How to select first parent div using jQuery?
Some time you may are in a situation need to get the text of a first div or to add an attribute to the first div in a group of divs right?
In jQuery its very simple, just look at …
PHP, Drupal, jQuery Tutorials Demo & Downloads!
Some time you may are in a situation need to get the text of a first div or to add an attribute to the first div in a group of divs right?
In jQuery its very simple, just look at …
This post teaches you how to show different ads each time when a user refresh the page. It’s very simple using jQuery and If you see the number of lines of code It’s only 5 Lines!
Copy and Paste the …
In this tutorial we are going to see how to write a javascript mailto function so that both the subject and body will be Pre-filled?
Many of us might have used mailto function just like below (passing only the mail …
After jQuery comes into the programming world we just started love to programming because of its simplicity and quality.
Lets see how can we retrive the value of a radio button group.
See the piece of code will get the …
Are you looking for a very simple JavaScript that can redirect to an URL onChange of the Dropdown box?
Here is the code which is ready to use on any of your project.
1. JavaScript:
<script type="text/javascript"> function gotopage(selval){ var…
Using jQuery you can do many things easily but sometimes you may not need to use jQuery for a small Application.
Okay then without using jQuery how can I get the text from a DIV tag?.
Its very simple you …
Wondering how to do an Accordion using jQuery Library?.
Just download this script and start using it on your site right now!. (Download and Demo link at the bottom of the post)
This below simple jQuery Accordion Slider script will …
Have you ever tried this awesome jQuery countdown timer script with your web application?
Here is the original creator link & the demo page:
https://code.google.com/p/jquery-countdown/
https://github.com/dalpo/jquery-countdown
NEW VERSION:
https://github.com/Reflejo/jquery-countdown
Sample Usage:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html…