jQuery(document).ready(function($){ // Keep only the last form in #occ-id-4 $("#occ-id-4 form").not(":last").remove(); });