SyntaxFix
Write A Post
Hire A Developer
Questions
Use That :
$(selector).trigger("change");
OR
$('#id').trigger("click");
$('.class').trigger(event);
Trigger can be any event that javascript support.. Hope it's easy to understandable to all of You.