Thursday, May 24, 2012

jquery .change()

        $('#container select').change(function() {
           ....
        }).change();

The change() in red will trigger the event in initial text draw;

No comments:

Post a Comment