This of course works perfectly fine in practice when it is stand alone and has nothing to do with wordpress...but when ported over there are obviously complications. How can i simply get my dynamic dropdowns to change when using wordpress?!
Just an observation...but it doesn't look like your select tags (on your site) have any ID. Your code might be working just fine, but there is no #state to jQuery to find.
PLEASE help!
Here is the fiddle proving it SHOULD work...
http://jsfiddle.net/M5XkX/
I am guessing there is some kind of conflict, perhaps someone can help?!
Thanks again guys.
Where is this drop down? *EDIT found it
Which script is this function in? there's quite a few loaded
the function is right at the top.
There's an error in general.js causing it to break
changeto this
I think there might be more though :S
http://grab.by/ciCk
maybe you have some kinda extra invisible char you need to delete?
Thanks for that...for some reason they got stripped out by word press...
and naturally, that would break the code...Thanks alot!