Tuesday

jquery textbox change event not firing

Try to use live event instead of change or onchange as follows:
 
$('#myTextBoxId').live('input', function () {
MyFunction();
});


No comments:

make ubuntu business casual

to make ubuntu business casual - make it black remove background: gsettings set org.gnome.desktop.background picture-options ...