jQuery tops Google Trends for 2008, 2009, 2010 & 2011. Scale is based on the average worldwide traffic of jQuery in all years vs mootools, dojo and yui.
Tag: jQuery
A list of extremely lightweight CMS's which are very easy to install and use via simple web interfaces such as Zotonic, PageLime, CushyCMS, sNews.
jQuery Function to clear all form data which simply removes all data from the form including text inputs, select boxes, radio buttons, checkboxes etc...
How you can get a user geo location using just 2 lines of JavaScript code. The first line loads the geo location JavaScript file and the second alerts.
Here are some tips I have picked up while developing with Notepad++ to help your Javascript jQuery development. Also a list of useful notepad plus plugins.
This is how you can easily clean up your html and remove bad characters, it could be useful when you get the html from somewhere and you want to .match() .
I have delved further into the realms of using jQuery to replace broken images using AJAX. Using the HEAD type parameter of an AJAX call to check image.
Use jQuery to manage external hyperlinks such as opening them in a new window, change background image, css, or text of all external hyperlinks on page.
The list below is a compilation of list of some useful code snippets which might help you when writing your PHP scripts. Check more from phpscripts4u.com.
These applications will make your development life much easier, so start checking out the list, and see which one would fit your jquery coding style best.
How i solved the Undetermined String Literal Error while sending a secure query via ajax. Initially, I thought it was caused because of including double quotes.
jQuery code snippets to check if toggle is open or closed. Current state is determined by this test: $(this).is(":hidden") and stored in the data attribute.
How to declare a string over multiple lines in jQuery. It's actually plain JavaScript can be done by adding the escape character backslash after each line.
Read jQuery Mobile Components and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Let's face it we all like to swipe our mobile phones now and again! So, today we've gathered 5 jQuery Mobile Swipe plugins/tutorials for you to checkout.
I have only brushed the surface with this Wireshark tool so far but it comes in handy when performing analysis on http requests when doing jQuery development.
When declaring a date in JavaScript it might be showing the wrong year for the date and you may be thinking JavaScript date returning later year 2012 not 2011.
10 Amazing jQuery Carousel Plugins to get your site looking exciting! A carousel is basically a display for your media which is continuously revolving.
We have collected 10 useful CSS buttons techniques that have all been improved and enhanced by the amazing power of jQuery. We do very much love jQuery & CSS.
Interesting Idea for a Captcha, this is how it works. Create a honeypot form that should be left blank and then use CSS to hide it from human users not bots.
Collection of 10 lightweight and minimal CSS frameworks that should be based on your current web design projects complexity and functionality requirements.
10 awesome image based jQuery Wordpress plugins and tutorials about. Today we will learn about Image-based WordPress plugins which slide images like crazy.
Selection of useful cheat sheets, references, quick recipes and code snippet resources specifically for Android, Blackberry and iPhone app development.
Use JavaScript or jQuery to redirect a web page utilizing window.location parameters href and function replace or set the attribute href for the url.
10 online JSON tools very useful for developing with jQuery & JSON data. Including online JSON parser, online JSON validator, online JSON to XML conversion.
10 Example jQuery Mobile Demo Websites which demonstrate the power of mobile websites you might want to check out before developing your own mobile site.
Simple jQuery code snippet to get the chosen value from a radio button group. Use jQuery function val() with ':checked' search on the radio button group.
Store a list in a text area so that when a checkbox is ticked it appended the item to the list using jQuery (likewise when unchecked remov the list item).
10 slider based WordPress Plugins that use jQuery for image slider animations. Every day new plugins are developed for WordPress, it's growing out of control.
This is how you might go about using jQuery to remove string from string so to speak. Using regex and jquery.replace and also jquery.grep to split string up.