[wd_asp elements=’search’ ratio=’100%’ id=1]

Use onchange and onload together

21st July 2016

Jquery - Forms-Posting

jquery icon

Handy if you have an onload a hidden element and it uses an onchange.


$("#yourElement").change(function(){
// your code here
}).change(); // automatically execute the on change function you just wrote