How to disable all links using jQuery
To disable all links using jQuery you cna use the snippet below. Samples jQuery Sample <script type="text/javascript"> $("a").click(function() { return…
All the Code Snippets and Samples you need
To disable all links using jQuery you cna use the snippet below. Samples jQuery Sample <script type="text/javascript"> $("a").click(function() { return…
To select an element with its name attribute in jQuery you can use the snippet below. Samples Javascript Sample $('div[name="de.Fesslersoft.Testname"]').css({"border-color":…
These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan…
To convert a Color to Hex and vice versa using C# and VB.NET you can use the snippets below. Sample…
To add or remove a class on hover using jQuery you can use the snippet below. Adding a Class See…
To get the class of an element using jQuery you can use the snippet below.
HTML5 Datalist Element Description HTML5 introduced the new <datalist> tag, which specifies a list of predefined <input> element options. It…
To reload or rerender the page using AngularJS you can use the snippet below. Sample AngularJS
To check if an array contains a value in Javascript you can use the snippet below. Sample Javascript
To disable comments on posts older than date X in WordPress you can use the snippet below. Sample mySQL