I d like to remove all <br/>
<br />
or <br>
tags from #id p
. I tried $( #id p ).find( br ).remove();
but it doesn t seem to work.
The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...