Ajax Jquery Paging with Magic Links

Posted on July 13, 2009. Filed under: Tutorial | Tags: , , , |

What Is This?
Already we have seen the Magic Link post – a tricky ajax links for making it works with the javascript disabled browsers.
Here, we are going to see how to make a pagination ajax links in the above mentioned trick.
By this way, one can easily change a normal paging into ajax paging by adding [...]

Read Full Post | Make a Comment ( 14 so far )

Ajax Links – that work without javascript

Posted on June 9, 2009. Filed under: Tutorial | Tags: , |

Last week i have sent a tutorial to http://www.yensdesign.com about ajax links.(http://yensdesign.com/2009/06/safe-ajax-links-using-jquery/)
Then i have desided to write something about that here….
Say, you are making a website with ajax links (using jquery); What if the user’s browser not enabled javascript?
They cannot go further pages.
Then how to make a website with ajax links, work perfect though the [...]

Read Full Post | Make a Comment ( 4 so far )

Check email already exist – Ajax – Jquery

Posted on May 16, 2009. Filed under: Tutorial | Tags: , |

In a registration form i needed to check whether the email already exist or not.
For this i have tried with jquery ajax, we can use this to check usernames, emails,url names… etc.
THE DEMO
How i did…
HTML
<tr>
<td width=”99″>Email</td>
<td width=”154″>
<input type=”text” name=”email” id=”email” size=”20″ class=”input_s1_normal”></td>
<td>
<div id=”emailInfo” align=”left”></div>
</td>
</tr>
Script
First declare a flag variable and other necessary variables
var emailok = false;
var [...]

Read Full Post | Make a Comment ( 3 so far )

Jquery simple drop down menu

Posted on May 15, 2009. Filed under: Tutorial | Tags: , |

I always wonder about the dropdown menus available online.
Now i surprised how easy to create one with Jquery! WOW!
View Demo
Today i have searched for a dropdown menu with jquery and i found some. All are them are using ul-li , i dont like to use them, because i am no familiar with CSS, i mostly [...]

Read Full Post | Make a Comment ( None so far )

hidden file problem in ajax

Posted on May 6, 2009. Filed under: Tutorial | Tags: , |

I saw a question in google groups (jquery) last week.
http://groups.google.com/group/jquery-en/browse_thread/thread/4fc3dc88359f93f5?hl=en
For example I have a page: http://mysite.com/content/index.php. On this page I use $.ajax: $.ajax({ type: “GET”, data: “data=123456″, dataType: ‘html’, url: “temp.php”, error:  function(msg) {…}, success: function(msg) {…}, complete: function() {…}
});
where temp.php – http://mysite.com/content/temp.php. On temp.php [...]

Read Full Post | Make a Comment ( None so far )

« Previous Entries

Liked it here?
Why not try sites on the blogroll...