Jquery keyboard navigation
Click for Post Details
- August 18, 2011
- jquery
- jquery
- No Comments
- teacher
- 452 Words
In this post i will talk about how to handle jquery keyboard events or we can say that how to create jquery keyboard navigation system.
Demo Code
Html Code
<div id=”test”> <ul> <li><a id=”home” href=”home.html”>Home</a></li> <li><a id=”my_work” href=”my_work.html”>My work</a></li> <li><a id=”blog” href=”blog.html”>Blog</a></li> <li><a id=”news” href=”news.html”>News</a></li> </ul> </div>
This above html [...]
Neat and clean professional web design for a web development company using photoshop
Click for Post Details
- August 16, 2011
- Photoshop, Web Design
- photoshop, webdesign
- Comments (1)
- teacher
- 969 Words
This tutorial is all about web design, a interactive web design for a web development company.For this tutorial i am using photoshop, Everybody knows what is photoshop? I find it as the very best tool to create web mockups and website designs. Advantages in photoshop are you can use photoshop layers, [...]
Working on ajax with the help of ajax event handlers
Click for Post Details
- August 11, 2011
- jquery
- jquery
- Comments (2)
- teacher
- 498 Words
In this post we will talk how to take help of ajax event handlers which are pre-built in jquery library. In jquery we have 6 event handler till the time of writing this post, to exploit. All i have explained below…
Assumptions
Let us consider this html for our all [...]
what are jquery live, jquery delegate, jquery events (bind)?
Click for Post Details
- August 7, 2011
- jquery
- jquery
- No Comments
- teacher
- 508 Words
In our previous post we discussed about only shortcut functions to handle jquery events.
In this post i will tell you about jquery events that can be handled with the help of other functions like bind, live, delegate and tell you which function is to be used as per different [...]
When i was working on a project of mine then i was stuck for checking username using ajax (jquery) then i tried a lot and after all i got a way around. In this post i will tell you about that how to check whether a user already exists or not [...]
Event handling in jquery using shortcut functions.
Click for Post Details
- August 6, 2011
- jquery
- jquery
- Comments (1)
- teacher
- 262 Words
This post is all about handling the events which are triggered when user intracts with a web page. I will tell you how to attach events to your DOM elements as per your needs.
Let us the consider this example:
$(‘#target_element’).hover(function(){ $(this).addClass(‘effects’); }, function(){ $(this).removeClass(‘effects’); });
In [...]
Jquery ajax debugging tools.
Click for Post Details
- August 5, 2011
- jquery
- debug
- No Comments
- teacher
- 152 Words
In this post i will tell you about the best tools used for debugging ajax calls with jquery. Most of the browsers come with their default debugging tool but for some browsers you have to install separately. Here is the list for all browsers.
Internet explorer Internet Explorer [...]
How to use google maps api with jquery?
Click for Post Details
- August 5, 2011
- jquery
- jquery
- No Comments
- teacher
- 294 Words
In this post i will describe how to work on google maps api to find out the distances between two places and then how we can use that distance in jquery to use it on server side for some real world web applications like (Salesman problems, Transport, Post offices problems etc).
-
Categories
-
Articles
-
Calendar
May 2012 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Meta


