Posted on 31st May 2023
By Using the below function, you can hide the content with particular class using jquery:
$(document).ready(function()
{ $('#myselector').change(function()
{ $('.statecontent').hide();
}); });
STILL GOT QUERIES?
Copyright © 2013 - 2023 MindMajix Technologies