JQuery Archive

Some time ago to do a system server management system , using a EasyUI。 below is my in use that need to pay attention to the local or some EasyUI some special usage 。 summed up the following , to share with you , hope for beginners can some role…

// Select the full election judge $(‘#checkAll’).click(function () { // is selected var bischecked = $(‘#checkAll’).is(‘:checked’); var fruit = $(‘input[name=”check”]’); bischecked   fruit.attr(‘checked’, true) : fruit.attr(‘checked’, false); }); // inverse selection traversal of checkbox if the current for the selected set for not selected whereas the same $(“#tabVouchList tr”).each(function ()…

1、 Through id find HTML elements var x=document.getElementById(“intro”); 2、 by element HTML label name lookup elements id=”main” this case to find , then find “main” all <p> elements :var x=document.getElementById(“main”);var y=x.getElementsByTagName(“p”); 3、 change HTML attribute this case changed the <img> elements src attribute :<!DOCTYPE html><html><body> <img id=”image” src=”smiley.gif”> <script>document.getElementById(“image”).src=”landscape.jpg”;</script> </body></html>…

Today for everyone to bring a based jQuery pictures album slide amplification plug-in 。 click album pictures , show the picture 。 the plugin for browsers :IE8、360、FireFox、Chrome、Safari、Opera、 Maxthon 、 Sogou 、 world window .。 effect diagram as follows : online preview     source code download implementation code 。 html code…