Get all occurrences of an email address on the web page using jQuery. Useful to change the email address of your site or screen scraping email addresses.
Tag: jQuery
Simple jQuery code snippet to get the src (ie the url) of an injected iframe by simply getting the value of it's "src" parameter, then access the params.
10 Awesome jQuery Grid Plugins to help get those layouts you always wanted. Data grid plugins for element layouts there really is an impressive set.
Use jQuery to limit characters inside a textarea ie to create blog post excerpts. jQuery function sets the maximum length of characters for any page element.
Simple jQuery code snippet to strip all html tags from a div (ie keep only the text from inside the html tags) using the jQuery replace() function.
Break out of a foreach loop using jQuery's .each() function when you've found the value your looking for you might not need to loop through the rest of results.
jQuery code snippet to check whether or not a window is in an iFrame. Useful for some functions that may make use of the URL in the address bar of the page.
Simple jQuery code snippets to replace single quotes and replace double quotes using the jQuery.replace function that uses a blank space to replace them.
This article explains one fundamental difference between native HTMLCollection objects and node collections returned by jQuery and other JavaScript libraries.
10 magical jQuery Text Effect Plugins to really give your website some attention! jQuery is not just about Menus, Animation Effects and events find out more.
Simple jQuery code snippet to replace all occurrences of characters (or strings) within a string. It could find and replace all substrings in a given string.
10 jQuery Alert Windows and Prompts plugins to open dialog windows which is a great way to show quick info to your users, and to also alert them of errors.
10 jQuery Text Editor Plugins to help you WYSIWYG (What You See Is What You Get) on your website. Edit articles, post or even documents online with jQuery.
jQuery code snippet to slide page elements up or toggle up using jquery.slideToggle(). The difference is that jQuey's slideUp() function is primarily used.
jQuery code snippet to check if a string is either a phone number or email address. Could be very useful for checking form validation on a email/phone field.
How copying to clipboard generally works is that you can simply call an exec copy command on the current selection to the clipboard using a jQuery zclip plugin.
jQuery code snippet to encode/decode (convert) a url string (http address) so that they can be properly viewed on a web page. (ie is a html space).
10 jQuery Inline Editors to help you manage your page content dynamically. Inplace editing or inline editing is very useful in editing text on the same page.
Here is the fix for when using opacity to fade in or fade out over time using jQuery.animate and font rendering issues with all versions of Internet Explorer.
RegExp reference post for common RegExp (regular expressions) selectors that can be used with jQuery.match() function for finding pretty much anything.
Simple jQuery code snippet to output all the values of input elements within a form with a specific id. You can get both the attribute name and value this way.
jQuery code snippet to get the current date in the format dd/mm/yyyy. The month is formatted to prefix with a zero (ie "04") for single month figures.
Simple jQuery code snippet to make an input field read only so that no-one can change the value of the input field. Set jQuery element .attr('readonly', true).
Changing your website styles dynamically is taking over the web! In this post I will explain how to do some simple yet effective CSS tricks using jQuery.
jQuery code snippet to reload an iFrame by accessing the contentWindow property to obtain the location object. Loops through and refreshes all the iFrames.
Simple jQuery code snippet to get the time since an event happened. Useful for tracking how long the user is taking to interact with the page elements.
10 different Google Maps jQuery Plugins to make life as easy as a street map. Plugins offer an easier method to install a map and add extra functionality.
Simple jQuery code snippet to create an array from a string using jQuery split() command which is like the PHP explode() method. jQuery join() revert changes.
Simple jQuery code snippet to remove the first element of an array. You can also remove the last element of the array using array.shift() and array.pop().
10 awesome ASP.NET jQuery plugins which can help do things like AJAX requests, grids, json manage, panels and more, learn how to integrate ASP.NET.