Handy if you have an onload a hidden element and it uses an onchange.
1 2 3 4 5 |
$("#yourElement").change(function(){ // your code here }).change(); // automatically execute the on change function you just wrote |
Handy if you have an onload a hidden element and it uses an onchange.
1 2 3 4 5 |
$("#yourElement").change(function(){ // your code here }).change(); // automatically execute the on change function you just wrote |
© 2022 CODEHAVEN