Basically, I just want something not to run when a page is loaded into an iframe. Is there an easy way to do this?
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 )...