-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
I am using “overlay” mode, it is simply amazing. Thanks. Yet I have one question. I need to trigger change event from outside. I init it as:
vwt_SelectInstance = new selectFx(el,{stickyPlaceholder:false,
onChange:function(el){
$('.jq-exf-conditional').load("<?=base_url('app/load_form');?>",{f:el});
}
});
How can I trigger onChange event after page is fully loaded.
< ?php if($id==TRUE):? >
vwt_SelectInstance.trigger('change') // I need something like this :)
< ?php endif;? >
Thanks for any help
Metadata
Metadata
Assignees
Labels
No labels