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