RSS jQuery (English) Google Group

jquery is a fast, concise, javascript library that simplifies how you traverse html documents, handle events, perform animations, and add ajax interactions to your web pages. jquery is designed to change the way that you write javascript.
iNeZha robot will deliver the feed updates to your IM or Email in real-time

Delivery Demo of iNezha MSN Robot

Subscribe it
iNezha robot say:
jQuery (English) Google Group
Title:Re: listnav plugin mod
Summary:Thats actually a good concept. Im pretty new to jq (not to js) so I will try to take a stab at it, b... (12/3/2008 12:02:52 PM)
Subscribe it

About "jQuery (English) Google Group"

Author:Claim it now
Website:http://groups.google.com/group/jquery-en
RSS:http://groups.google.com/.../jquery-en/feed/rss_v2_0_msgs.xml
Update interval: 23 minutes
Last update: 2 hours ago
Tags:
Subscribers:1
Shared Subscribers:1
Bookmarked or Shared Articles:0  

Recent contents of "jQuery (English) Google Group"

Re: listnav plugin mod 10 hours ago Read More http://groups.google.com/group/jquery-en/browse_thread/thread/d10260b0ed3fa4ff/d3980444b114e30a?show_docid=d3980444b114e30a
Thats actually a good concept. Im pretty new to jq (not to js) so I will try to take a stab at it, but feel free to trump me with your actual solution, haha.
Re: finding tags in remote HTML 11 hours ago Read More http://groups.google.com/group/jquery-en/browse_thread/thread/d65f69c0c21036cf/d4ed74a9e0021624?show_docid=d4ed74a9e0021624
According to the docs, you should use dataType: 'html' for this, the script tags will be evaluated when inserted in the DOM. Also, you can try $(src).contents().filter('scri-pt'), might work in IE.
Re: jQuery-specific selected (highlighted) text? 12 hours ago Read More http://groups.google.com/group/jquery-en/browse_thread/thread/6dbbfd9cafd98cf6/a02826f8598cf54e?show_docid=a02826f8598cf54e
Please try not to post multiple messages for the same question, so that people can keep track of a solution. jQuery is a framework: it eases the pain of cross-browser development and provides short...
smooth text animation - what am I doing wrong? 12 hours ago Read More http://groups.google.com/group/jquery-en/browse_thread/thread/39ef42c05e4e35b0/ff796fc0b2335fd6?show_docid=ff796fc0b2335fd6
I'm trying to simply scroll some text within a div via the animation() method it seems to be kind of jerky - especially Firefox (I've looked on both Mac & WinXP) here's a quick sample: [link] it's ...
Tooltip made from two different elements. Hover() Issue 13 hours ago Read More http://groups.google.com/group/jquery-en/browse_thread/thread/2ecd9febf478ca8d/621a78b442575e08?show_docid=621a78b442575e08
Hey. First time here. a New and Excited user to JQ. I got 2 elements: .toolTipCaller is a B element. .toolTip is a div with all the tooltip DOM inside of him. they are seperated elements. they r ...
Re: [jQuery] Change number of images shown 12 hours ago Read More http://groups.google.com/group/jquery-en/browse_thread/thread/8a201376490c8b71/1cb542750033a05c?show_docid=1cb542750033a05c
$('#whatever').jcarousel({ scroll: 1, visible: 1
[validate] Using Rule Name in errorPlacement 13 hours ago Read More http://groups.google.com/group/jquery-en/browse_thread/thread/8e0ddc98f51d34d3/5c5894c0a7682e34?show_docid=5c5894c0a7682e34
Is it possible to get the failed rule name within the errorPlacement function? There are many times when my requirements want me to put error messages in different places depending on which rule fa...
Custom error message for remote validation 14 hours ago Read More http://groups.google.com/group/jquery-en/browse_thread/thread/04cff84b9cffa41c/9b11a4885dd84a35?show_docid=9b11a4885dd84a35
Hello, I'm using the jQuery Validation plugin (which is awesome by the way). I need to dynamically add a validation rule, so I use the rules("add", rules) method. I set it up to do remote validatio...
Re: [jQuery] Fixed div, content scrolls under it 13 hours ago Read More http://groups.google.com/group/jquery-en/browse_thread/thread/9430fe088ad23215/acfb76e9181f0264?show_docid=acfb76e9181f0264
do you mean something other than: div id='nav'.../div div id='content' style='overflow-y:scroll'...-/div Sounds like a CSS question, not a jQuery one... stephen
Fixed div, content scrolls under it 15 hours ago Read More http://groups.google.com/group/jquery-en/browse_thread/thread/9430fe088ad23215/d8f24fe09a30de0c?show_docid=d8f24fe09a30de0c
I'm looking at the possibility of having navigation at the top of the page, pinned to the top. I'd like for the content to scroll UNDER the container. I've seen it before, but forgot to bookmark it...