C
|
cgphp 10/18/2011 |
If you have popup enabled: $("a[id^='viewLink']").bind('click', function() {
$("a[id^='viewLink']").bind('click', function() { |
|
7542 11/21/2011 |
Thanks for your help. Great advice |
C
|
Cyclones 11/28/2011 |
I'm looking to try that out myself in my project. Just learning the custom stuff. Can you let me know exactly where I would put that code? |
C
|
cgphp 11/28/2011 |
In the "Javascript OnLoad" event of the List page. |
C
|
Cyclones 11/28/2011 |
In the "Javascript OnLoad" event of the List page.
|