JQuery Archive

  • admin

    fetch the records through ajax and jquery in json format using kohana

    HI All, After spending lot’s  of time, i got result in josn format in kohana. I want to fetch all records of last 3 minutes of comment table and it will display on my site after check is record already show on browser or not. As...

    Full Story

  • admin

    Set user as idle in PHP using jquery

    idleTimer = null; idleState = false; idleWait = 2000; (function ($) { $(document).ready(function () { $(‘*’).bind(‘mousemove keydown scroll’, function () { clearTimeout(idleTimer); ...

    Full Story

  • admin

    Top 10 Jquery Examples with Live Demos

    What is jquery? A example is more worth than 100 words how many lines of code you might need to achieve this? Please upgrade your browser Answer: Only four lines and that too without knowing any regular expressions….. Yes. Using a library called jquery and its validate...

    Full Story

  • admin

    100 Popular jQuery Examples, Plugins and Tutorials

    1. jQuery Lavalamp Menu – It is the jQuery plugin that is based of Guillermo Rauch plugins for mootools and Ganesh Mawwaha’s jQuery 1.1.x plugins. Through the Sliding Doors CSS/Javascript method, you are able to...

    Full Story

  • admin

    JQuery Tutorials and examples

    Learn jQuery and master it in no time. Introduction to jQuery jQuery is great library for developing ajax based application. jQuery is great library for the JavaScript programmers, which simplifies the development of web 2.0 applications. Downloading ...

    Full Story

  • admin

    50+ Amazing Jquery Examples- Part1

    /* */ if(window.OA_zones === undefined) { var OA_zones = []; } OA_zones['Content Ad'] = 11; /* // */ // OA_show('Content Ad'); // * This post is regularly updated. * Many of us have been using a good deal of...

    Full Story

  • admin

    JQuery

    jQuery is a lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML. It was released in January 2006 at BarCamp NYC by John Resig. Used by over 27% of the 10,000 most visited websites, jQuery is the most popular JavaScript...

    Full Story