Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

webOS dies. Again

Name: Anonymous 2012-06-05 9:38

m.zdnet.com/blog/mobile-news/rip-webos-again-and-for-good-this-time/7980

Name: Anonymous 2012-06-05 18:45

3 down vote
   

So this is way late, but I've discovered an answer, in case it becomes useful to anyone who comes across this thread.

Changes in value to hidden elements don't automatically fire the .change() event. So, wherever it is that you're setting that value, you also have to tell jQuery to trigger it.

function setUserID(myValue) {
     $('#userid').val(myValue)
                 .trigger('change');
}

Once that's the case,

$('#userid').change(function(){
      //fire yo

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List