JQuery toggle method Example Code
Definition: Using this JQuery method we can show the hide HTML elements and hide the HTML element.
This JQuery Effect is useful in lot of places. This is one of the good JQuery Interview Question.
Example JQuery Code:
$(document).ready(function(){ $("#btnToggle").click(function () { $(".toggle").toggle(); }); });
Demo:
Post a Comment
Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.