Hi All,
Thanks for reading.
I have a bit of code where I am looping though all the select boxes on a page and binding a .hover event to them to do a bit of twiddling with their width on mouseon/off.
This happens on page ready, and works just fine.
The problem I have is that any select boxes I add via Ajax or DOM after the initial loop won't have the event bound.
I have found this plugin (jQuery Live Query Plugin: http://brandonaaron.net/docs/livequery/#getting-started ), but before I add another 5k to my pages with a plugin, I want to see if anyone knows a way to do this, either with jQuery directly or by another option.
I can provide a code example if anyone needs it...
Thanks!
Edit
Note that jquery now includes the live() method, which replaces part (at the time of writing) of the functionality if the Live Query plugin.