<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>jQuery (English) Google Group</title>
  <link>http://groups.google.com/group/jquery-en</link>
  <description>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.</description>
  <language>en</language>
  <item>
  <title>jsvalidate</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/f553b51223db91d7/7bad738d5470cbf7?show_docid=7bad738d5470cbf7</link>
  <description>
  I am in need of a solution. I am using Thickbox to display a simple &lt;br&gt; contact form in a site I am building. Only problem is that when I use &lt;br&gt; the js.validate plugin for the form it does not work but only in &lt;br&gt; Safari, in FF and IE and Opera it works fine. I know that the validate &lt;br&gt; plugin works with the form using Safari as I am using it another site
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/f553b51223db91d7</guid>
  <author>
  tobys...@hotmail.com
  (3rdman)
  </author>
  <pubDate>Mon, 30 Nov 2009 08:50:35 UT
</pubDate>
  </item>
  <item>
  <title>Best Practices or unobtrusive Javascript</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/3cc5f7419d850f1c/7d452b1c299bdc14?show_docid=7d452b1c299bdc14</link>
  <description>
  I have seen several examples on jQuery plugin sites that have the &lt;br&gt; &amp;lt;script&amp;gt; tag and Javascript within the &amp;lt;body&amp;gt; and not the &amp;lt;head&amp;gt; where &lt;br&gt; I thought it was supposed to go. &lt;br&gt; &lt;p&gt;It would be better for my content manager and the templating system if &lt;br&gt; the Javascript *were* in the &amp;lt;body&amp;gt; but I don&#39;t want to be guilty of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/3cc5f7419d850f1c</guid>
  <author>
  breadw...@gmail.com
  (breadwild)
  </author>
  <pubDate>Mon, 30 Nov 2009 01:21:14 UT
</pubDate>
  </item>
  <item>
  <title>get form input value!</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/0d82d47f057ed11c/02835d00856527bc?show_docid=02835d00856527bc</link>
  <description>
  .js[code] &lt;br&gt; var Comment = { &lt;br&gt; onCommentSubmit:function( el, url, targetEl ) { &lt;br&gt; var data = $(el).serialize(); &lt;br&gt; var type = &amp;quot;POST&amp;quot;; &lt;br&gt; Star.ajax( type, el, url, data, targetEl ); &lt;br&gt; return false; &lt;br&gt; } &lt;br&gt; &lt;p&gt;var Star = { &lt;br&gt; ajax:function( type, el, url, data, targetEl ) { &lt;br&gt; $.ajax({ &lt;br&gt; type: type,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/0d82d47f057ed11c</guid>
  <author>
  rihar...@yahoo.com
  (snarkie)
  </author>
  <pubDate>Sun, 29 Nov 2009 23:26:18 UT
</pubDate>
  </item>
  <item>
  <title>Superfish rollover images menu</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/77819c1202d626a7/363c670312f423f2?show_docid=363c670312f423f2</link>
  <description>
  Hello all, &lt;br&gt; i am trying to setup the superfish menu and using rollover images &lt;br&gt; (actually changing background images throught the css file). &lt;br&gt; for some reason after tweaking the original css file to display the &lt;br&gt; menu the way i like it, IE refuses to show the menu images. if shows &lt;br&gt; only the &amp;quot;:hover&amp;quot; state images.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/77819c1202d626a7</guid>
  <author>
  eliadwag...@gmail.com
  (crippletoe)
  </author>
  <pubDate>Mon, 30 Nov 2009 00:15:31 UT
</pubDate>
  </item>
  <item>
  <title>Positions on divs to affect css on menu links</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/d168080f6a56dd20/ef2f8bcf4fa724d2?show_docid=ef2f8bcf4fa724d2</link>
  <description>
  I have a one-page website with a menu that is linked internally to &lt;br&gt; divs on the page. I want to make the menu links to get the css :active &lt;br&gt; state whenever the div with the corresponding id reaches a certain &lt;br&gt; position set from the top of the page (preferably with some margin &lt;br&gt; like between 30-60px from the top).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/d168080f6a56dd20</guid>
  <author>
  l...@bydler.com
  (Squirrel)
  </author>
  <pubDate>Sun, 29 Nov 2009 18:06:07 UT
</pubDate>
  </item>
  <item>
  <title>Jquery clone, doesn&#39;t clone</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/df2be112ed18d463/42d8418587bb17d7?show_docid=42d8418587bb17d7</link>
  <description>
  I&#39;m using a plugin contextmenu and I want to be able to copy elements &lt;br&gt; that are dynamically created, but somehow it doesn&#39;t clone, it uses &lt;br&gt; the same element when I paste. &lt;br&gt; &lt;p&gt;	$.post(&amp;quot;actions.php&amp;quot;, { action: &#39;getCal&#39;, from: dFrom, to: dTo }, &lt;br&gt; function(data){ &lt;br&gt; cals = data.split(&amp;quot;;;&amp;quot;); &lt;br&gt; for(var i=0;i&amp;lt;cals.length-1;i++){
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/df2be112ed18d463</guid>
  <author>
  thomas.vanderhaeg...@gmail.com
  (Thomas V)
  </author>
  <pubDate>Sun, 29 Nov 2009 17:02:11 UT
</pubDate>
  </item>
  <item>
  <title>jquery autosuggest with spinner</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/ed75bc63589df318/f68bbdb995298c30?show_docid=f68bbdb995298c30</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am using the jQuery autocomplete plug-in 1.1 but it doesn&#39;t appear &lt;br&gt; to support the display of spinner. I would like to know if there is &lt;br&gt; any way to achieve the showing and hiding of a spinner, or of any &lt;br&gt; other jQuery autocomplete plugin that comes with a spinner option. I &lt;br&gt; have a few seconds delay in my application the first time the user
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/ed75bc63589df318</guid>
  <author>
  jolia...@gmail.com
  (Christine Al-Thifairy)
  </author>
  <pubDate>Sun, 29 Nov 2009 22:09:56 UT
</pubDate>
  </item>
  <item>
  <title>JQ mouseover keeps firing AJAX GET -- how to make it fire once?</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/07f88f40f79bc34d/53463584b080bf3c?show_docid=53463584b080bf3c</link>
  <description>
  I put my mouse over the element and my JQ .mouseover keeps firing &lt;br&gt; loading my AJAX script over and over again like a crack addict on &lt;br&gt; LSD. How do you make it fire once? &lt;br&gt; &lt;p&gt;	$(&amp;quot;#swapImage&amp;quot;).mouseover(func tion(){ &lt;br&gt; // get input string from the input field &lt;br&gt; var inputString = $(&#39;#swapImageValue&#39;).val();
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/07f88f40f79bc34d</guid>
  <author>
  tri...@gmail.com
  (TrixJo)
  </author>
  <pubDate>Sun, 29 Nov 2009 19:39:52 UT
</pubDate>
  </item>
  <item>
  <title>JQuery and Maybe IFrame Problem?</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/3dac37d466f13bd9/27ce3f5aa2565d91?show_docid=27ce3f5aa2565d91</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I am defuscating my email on the client as follows: &lt;br&gt; $(&amp;quot;span,a[href^=mailto:]&amp;quot;).def uscate(); &lt;br&gt; &lt;p&gt;Is is working! So: &lt;br&gt; &amp;lt;a href=&amp;quot;mailto:info(AT)domain.co m&amp;quot; class=&amp;quot;Email&amp;quot;&amp;gt;info(AT)domain.c om&amp;lt;/ &lt;br&gt; a&amp;gt; &lt;br&gt; &lt;p&gt;Becomes: &lt;br&gt; &amp;lt;a href=&amp;quot;mailto:i...@domain.com&amp;quot; class=&amp;quot;Email&amp;quot;&amp;gt;i...@domain.com&amp;lt; /a&amp;gt; &lt;br&gt; &lt;p&gt;However, this is not working when the email is inside TinyMce:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/3dac37d466f13bd9</guid>
  <author>
  mdmo...@gmail.com
  (shapper)
  </author>
  <pubDate>Sun, 29 Nov 2009 15:14:32 UT
</pubDate>
  </item>
  <item>
  <title>how does pixmac.com do their neat drawer effect that shortens scrollbar when their &quot;favorites&quot; tab is activated?</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/be88a604e274c694/a46e872226ce4c34?show_docid=a46e872226ce4c34</link>
  <description>
  I&#39;ve come across a neat bit of, what seems to me, site/jquery/css &lt;br&gt; trickery by the site pixmac.com where their favorites tab (on the &lt;br&gt; bottom right of the page) will pop up when clicked, and the scroll bar &lt;br&gt; is shortened, and the width of the tab when it pops up is 100% the &lt;br&gt; width of the window. the scrollbar itself sits on top of the tab that
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/be88a604e274c694</guid>
  <author>
  phongl...@gmail.com
  (Phong Long)
  </author>
  <pubDate>Sun, 29 Nov 2009 03:29:16 UT
</pubDate>
  </item>
  <item>
  <title>Webkit Not Load External Files?</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/f9d55e95f456b9d9/0abadfc78c93fd0a?show_docid=0abadfc78c93fd0a</link>
  <description>
  You know something is wrong when Internet Explorer 6 and 7 work just &lt;br&gt; as perfectly as FireFox... &lt;br&gt; But Chrome and Safari mess up. &lt;br&gt; &lt;p&gt;Easy explanation: Load &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.aquivae.com/accelsor&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; in FF and then Chrome. &lt;br&gt; &lt;p&gt;Written explanation: &lt;br&gt; &lt;p&gt;What (IE6+,FF) should happen: &lt;br&gt; index.php -&amp;gt; jquery $load authenticate.html -&amp;gt; authenticate.html links
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/f9d55e95f456b9d9</guid>
  <author>
  aqu...@gmail.com
  (MarkNadal)
  </author>
  <pubDate>Sun, 29 Nov 2009 12:54:08 UT
</pubDate>
  </item>
  <item>
  <title>fadeout doesn&#39;t work first time</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/f7a41663d6f8b25c/be6dde5abd41eecc?show_docid=be6dde5abd41eecc</link>
  <description>
  Hey. &lt;br&gt; I switch betweem three div by clicking on three different link. See &lt;br&gt; code below. &lt;br&gt; I use fadein and fadeout to switch between the divs. &lt;br&gt; The first time i click on one of the links after the pages is loadet &lt;br&gt; the current div just disappears. It doesn&#39;t fadeout. &lt;br&gt; The second time and everytime after that fadeout works fine. What am i
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/f7a41663d6f8b25c</guid>
  <author>
  p...@rasmusa.dk
  (ghostrunner)
  </author>
  <pubDate>Sun, 29 Nov 2009 13:13:04 UT
</pubDate>
  </item>
  <item>
  <title>Selector Help</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/d16759369ad0d6dd/2925ff69c3540829?show_docid=2925ff69c3540829</link>
  <description>
  How would I go about adding class to the li in this set up? &lt;br&gt; &lt;p&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; class=&amp;quot;filter&amp;quot;&amp;gt;&amp;lt;span&amp;gt;all&amp;lt;/span &amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &lt;br&gt; &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; class=&amp;quot;filter&amp;quot;&amp;gt;&amp;lt;span&amp;gt;some&amp;lt;/spa n&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &lt;br&gt; &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; class=&amp;quot;filter&amp;quot;&amp;gt;&amp;lt;span&amp;gt;none&amp;lt;/spa n&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &lt;br&gt; &lt;p&gt;$(&#39;a.filter&#39;).click(function() { &lt;br&gt; $(???).addClass(&#39;active&#39;);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/d16759369ad0d6dd</guid>
  <author>
  d...@widepixels.com
  (Dave Maharaj :: WidePixels.com)
  </author>
  <pubDate>Sun, 29 Nov 2009 04:12:42 UT
</pubDate>
  </item>
  <item>
  <title>[jQuery] values a serializeArray() on the server</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/04ad063d60e6518b/6744d7a1f2cc28e0?show_docid=6744d7a1f2cc28e0</link>
  <description>
  Greetings all, &lt;br&gt; I&#39;m trying to learn myself about the load() function using serializeArray(). &lt;br&gt; But when I send my form data to a server script for processing, I do not &lt;br&gt; know how to access the data sent by my form. I&#39;ve tried $_REQUEST, $_POST, &lt;br&gt; and $_GET but all seem to be empty. &lt;br&gt; &lt;p&gt;My code is short and just for self learning purposes:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/04ad063d60e6518b</guid>
  <author>
  j...@johndcowan.com
  (YankeeFan)
  </author>
  <pubDate>Sun, 29 Nov 2009 01:09:50 UT
</pubDate>
  </item>
  <item>
  <title>[jQuery] loopj autocomplete multi item selection</title>
  <link>http://groups.google.com/group/jquery-en/browse_frm/thread/cec2478858e8f166/1bf8844393982a0d?show_docid=1bf8844393982a0d</link>
  <description>
  OK figured out that problem or actually found the solution. Just have to use &lt;br&gt; &amp;quot;document.getelementById(&#39;text field id&#39;).value&amp;quot;. It returns the ids &lt;br&gt; separated by commas enter from the jsonContainer however, I have one more &lt;br&gt; issue before I have it working exactly to my liking. If an item has already
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/jquery-en/browse_frm/thread/cec2478858e8f166</guid>
  <author>
  carlberna...@gmail.com
  (bandito)
  </author>
  <pubDate>Sat, 28 Nov 2009 23:01:48 UT
</pubDate>
  </item>
  </channel>
</rss>
