C
|
cgphp 1/31/2013 |
You can unbind the mouseover on the anchor links: $("a[id^='master_detailstablename']").unbind('mouseover');
$("a[id^='master_products']").unbind('mouseover');
|
S
|
Saraxs author 1/31/2013 |
Thats just beautiful. You can unbind the mouseover on the anchor links: $("a[id^='master_detailstablename']").unbind('mouseover');
$("a[id^='master_products']").unbind('mouseover');
|