[Plugin: Front-end Editor] jQuery .change
-
Hi,
When a user edits a taxonomy and is presented with a dropdown, I am trying to code a function that looks for a certain value and trigger some other javascript but I cant get the .change function to work.
Even when I use a type select like:
$('select').change(function() { alert('onchange'); });
Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Front-end Editor] jQuery .change’ is closed to new replies.