[Phpmyadmin-devel] jQuery question

11 Sep
2010
11 Sep
'10
8:37 a.m.
Hi, this works on a input element: var this_name = $(this).attr('name'); so I'm trying to do the same to extract the code inside the onchange "attribute": var this_onchange = $(this).attr('onchange'); but Firebug tells me that this_onchange is an event; it does not contain the code. I need to do subsequent string matching and replacement in this code. Thanks, -- Marc Delisle http://infomarc.info
5511
Age (days ago)
5511
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marc Delisle