<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>jQuery Help Forum</title>
	<link>http://www.jqueryhelp.com//</link>
	<description>A home for jQuery developers</description>
	<managingEditor>admin@jqueryhelp.com</managingEditor>
	<webMaster>admin@jqueryhelp.com</webMaster>
	<lastBuildDate>Sat, 05 Jul 2008 00:04:11 GMT</lastBuildDate>
<item>
	<title>Help, I'm stuck :: Can't replicate this jump menu due to small brain</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1941#1941</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=416&quot; target=&quot;_blank&quot;&gt;johnb&lt;/a&gt;&lt;br /&gt;
Subject: Can't replicate this jump menu due to small brain&lt;br /&gt;
Posted: Fri Jul 04, 2008 2:59 pm (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I'm just trying to replicate this jump menu: &lt;a href=&quot;http://filamentgroup.com/examples/RollAUI/jumpmenu.php&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://filamentgroup.com/examples/RollAUI/jumpmenu.php&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
I don't want the ability to change theme or anything like that i simply want that menu.
&lt;br /&gt;

&lt;br /&gt;
I have tried for an hour and a half now and i have nothing. I feel useless.
&lt;br /&gt;

&lt;br /&gt;
Here follows some of my pathetic attempt.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; class=&quot;code&quot; align=&quot;center&quot;&gt;  &lt;tr&gt; 	&lt;td class=&quot;row1&quot;&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;	&lt;td class=&quot;row2&quot;&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;font color=&quot;#006600&quot;&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;quot;http&amp;#58;//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;html&amp;nbsp; xmlns=&amp;quot;http&amp;#58;//www.w3.org/1999/xhtml&amp;quot; xml&amp;#58;lang=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;lt;head&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;/assets/js/jquery.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br /&gt;
$&amp;#40;function&amp;#40;&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;//ui states
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;'.ui-default-state'&amp;#41;.hover&amp;#40;function&amp;#40;&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;this&amp;#41;.addClass&amp;#40;'ui-hover-state'&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#125;, function&amp;#40;&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;this&amp;#41;.removeClass&amp;#40;'ui-hover-state'&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;'.ui-arrow-down-default'&amp;#41;.hover&amp;#40;function&amp;#40;&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;this&amp;#41;.addClass&amp;#40;'ui-arrow-down-hover'&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#125;, function&amp;#40;&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;this&amp;#41;.removeClass&amp;#40;'ui-arrow-down-hover'&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;&amp;quot;#jumpMenu&amp;quot;&amp;#41;.mouseover&amp;#40;function&amp;#40;ev&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;if &amp;#40;$&amp;#40;ev.target&amp;#41;.is&amp;#40;'.ui-active-state'&amp;#41;&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;return false;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#125;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;//jump menu
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;'#menu'&amp;#41;.hide&amp;#40;&amp;#41;.find&amp;#40;'li a'&amp;#41;.hover&amp;#40;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;function&amp;#40;&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;this&amp;#41;.addClass&amp;#40;'ui-hover-state'&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#125;, function&amp;#40;&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;this&amp;#41;.removeClass&amp;#40;'ui-hover-state'&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#41;.click&amp;#40;function&amp;#40;&amp;#41;&amp;#123;$&amp;#40;'a#trigger'&amp;#41;.trigger&amp;#40;'click'&amp;#41;;&amp;nbsp; return false;&amp;#125;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;'a#trigger'&amp;#41;.click&amp;#40;function&amp;#40;&amp;#41;&amp;#123;$&amp;#40;$&amp;#40;this&amp;#41;.attr&amp;#40;'href'&amp;#41;&amp;#41;.slideToggle&amp;#40;&amp;#41;; $&amp;#40;this&amp;#41;.toggleClass&amp;#40;'ui-active-state'&amp;#41;; return false;&amp;#125;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;document&amp;#41;.click&amp;#40;function&amp;#40;&amp;#41;&amp;#123;if&amp;#40;$&amp;#40;'#menu'&amp;#41;.is&amp;#40;'&amp;#58;visible'&amp;#41;&amp;#41; $&amp;#40;'a#trigger'&amp;#41;.trigger&amp;#40;'click'&amp;#41;;&amp;#125;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br /&gt;
&amp;#125;&amp;#41;;
&lt;br /&gt;
&amp;lt;/script&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; /&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;.ui-default-state &amp;#123; padding&amp;#58; .5em 1em; cursor&amp;#58; pointer; &amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;#trigger &amp;#123; text-decoration&amp;#58; none; display&amp;#58; block; width&amp;#58; 4em; position&amp;#58; relative; z-index&amp;#58; 2; &amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;#trigger span &amp;#123; padding-right&amp;#58; 1.3em; background-position&amp;#58; right 50%; margin-right&amp;#58; 3px; &amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;#trigger.ui-active-state &amp;#123; border-bottom&amp;#58; 0; &amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;#menuContain &amp;#123; position&amp;#58; relative; z-index&amp;#58; 1; display&amp;#58;none; &amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;#menu &amp;#123; position&amp;#58; absolute; width&amp;#58; 15em; background-image&amp;#58; none; padding&amp;#58; 0; list-style&amp;#58; none; margin&amp;#58; 0; top&amp;#58; -1px; &amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;#menu li a&amp;nbsp; &amp;#123; padding&amp;#58; .5em 1em; border&amp;#58; 0; text-decoration&amp;#58; none; display&amp;#58; block; cursor&amp;#58; pointer; &amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;#themes &amp;#123;padding-left&amp;#58; 20px; font-size&amp;#58; 1.2em; background&amp;#58; url&amp;#40;images/icon_gallery.gif&amp;#41; no-repeat left 50%;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;#set &amp;#123;border&amp;#58; 2px solid #ddd; padding&amp;#58; 2px; background&amp;#58; #444; float&amp;#58; left;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;#set a &amp;#123;margin&amp;#58; 2px; border&amp;#58; 1px solid #444; float&amp;#58; left;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;#set a&amp;#58;hover &amp;#123;border-color&amp;#58; #fff;&amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/style&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
&lt;br /&gt;
&amp;lt;/head&amp;gt;
&lt;br /&gt;
&amp;lt;body&amp;gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;jumpMenu&amp;quot; class=&amp;quot;ui-component&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;a href=&amp;quot;#menu&amp;quot; id=&amp;quot;trigger&amp;quot;class=&amp;quot;ui-default-state&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;ui-arrow-down-default&amp;quot;&amp;gt;Menu&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;div id=&amp;quot;menuContain&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;ul id=&amp;quot;menu&amp;quot; class=&amp;quot;ui-active-state&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Nav Item&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Nav Item&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Nav Item&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Nav Item&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/ul&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;
&lt;br /&gt;
&amp;lt;/html&amp;gt;
&lt;br /&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
If anyone can help me and show me what i'm doing wrong that would be great. If not, that's okay, i don't mind wallowing in my own self pity.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: RE: problems inserting html using load()</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1940#1940</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=316&quot; target=&quot;_blank&quot;&gt;glens1234&lt;/a&gt;&lt;br /&gt;
Subject: livequery help&lt;br /&gt;
Posted: Thu Jul 03, 2008 7:19 pm (GMT 0)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;hello again. sorry for the delayed reply. 
&lt;br /&gt;

&lt;br /&gt;
I am still having problems loading the jquery code after the new page has been inserted. 
&lt;br /&gt;

&lt;br /&gt;
here is one page i have used ajax/jquery...
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://synthsoundz.com/impwood-php/faq.php&quot; target=&quot;_blank&quot;&gt;http://synthsoundz.com/impwood-php/faq.php&lt;/a&gt; - click on &amp;quot;page 2&amp;quot; under the text. 
&lt;br /&gt;

&lt;br /&gt;
I have tried using livequery but it does not seem to work. 
&lt;br /&gt;

&lt;br /&gt;
Here is the code i am trying...
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; class=&quot;code&quot; align=&quot;center&quot;&gt;  &lt;tr&gt; 	&lt;td class=&quot;row1&quot;&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;	&lt;td class=&quot;row2&quot;&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;font color=&quot;#006600&quot;&gt;
&lt;br /&gt;
$&amp;#40;&amp;quot;#faq-page2&amp;quot;&amp;#41; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; .livequery&amp;#40;'click', function&amp;#40;event&amp;#41; &amp;#123; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'#main-image-container'&amp;#41;.load&amp;#40;'faq2.html'&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;#125;&amp;#41;;
&lt;br /&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
The faq2.html should load but with the row striping applied...
&lt;br /&gt;

&lt;br /&gt;
Here is the row striping code...
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; class=&quot;code&quot; align=&quot;center&quot;&gt;  &lt;tr&gt; 	&lt;td class=&quot;row1&quot;&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;	&lt;td class=&quot;row2&quot;&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;font color=&quot;#006600&quot;&gt;
&lt;br /&gt;
$&amp;#40;document&amp;#41;.ready&amp;#40;function&amp;#40;&amp;#41; &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;'tr&amp;#58;odd'&amp;#41;.addClass&amp;#40;'odd'&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#125;&amp;#41;;
&lt;br /&gt;

&lt;br /&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Any sugguestions why this does not work. 
&lt;br /&gt;
Im really stuggling with this as im new to jquery/javascript etc so your help would be greatly appreciated. 
&lt;br /&gt;

&lt;br /&gt;
Thanks
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: can this code be shortened??</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1939#1939</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=73&quot; target=&quot;_blank&quot;&gt;npsargent&lt;/a&gt;&lt;br /&gt;
Subject: can this code be shortened??&lt;br /&gt;
Posted: Thu Jul 03, 2008 2:49 pm (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi, 
&lt;br /&gt;

&lt;br /&gt;
I'm new to JQuery (and javascript in general) and just created the following code which works fine.  When a user clicks the #category1 element, certain div elements (itemA..ItemN) are either hidden or shown.  Based on what the code is doing, would there be a better (shorthand?) way of writing this code? 
&lt;br /&gt;

&lt;br /&gt;
Thanks! 
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; class=&quot;code&quot; align=&quot;center&quot;&gt;  &lt;tr&gt; 	&lt;td class=&quot;row1&quot;&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;	&lt;td class=&quot;row2&quot;&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;font color=&quot;#006600&quot;&gt;$&amp;#40;document&amp;#41;.ready&amp;#40;function&amp;#40;&amp;#41; &amp;#123; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'#category1'&amp;#41;.click&amp;#40;function&amp;#40;&amp;#41; &amp;#123; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // hide/show relevant divs 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemA'&amp;#41;.show&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemB'&amp;#41;.show&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemC'&amp;#41;.hide&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemD'&amp;#41;.hide&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemE'&amp;#41;.hide&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemF'&amp;#41;.hide&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemG'&amp;#41;.hide&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemH'&amp;#41;.hide&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemI'&amp;#41;.show&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemJ'&amp;#41;.show&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemK'&amp;#41;.hide&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemL'&amp;#41;.hide&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemM'&amp;#41;.hide&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&amp;#40;'.itemN'&amp;#41;.hide&amp;#40;&amp;#41;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#125;&amp;#41;; 
&lt;br /&gt;
&amp;#125;&amp;#41;;&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: How to reference jquery-1.2.6.min.js when zipped with gzip</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1938#1938</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=414&quot; target=&quot;_blank&quot;&gt;Yminus&lt;/a&gt;&lt;br /&gt;
Subject: How to reference jquery-1.2.6.min.js when zipped with gzip&lt;br /&gt;
Posted: Thu Jul 03, 2008 2:02 pm (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I am about to use jQuery on an embedded webserver where every kb counts. So i would like to how to reference jquery.js if it is zipped up?
&lt;br /&gt;
Could I just reference the gzipped file as external javascript file? 
&lt;br /&gt;

&lt;br /&gt;
I gzipped the jquery-1.2.6.min.js myself and referenced it this way:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; class=&quot;code&quot; align=&quot;center&quot;&gt;  &lt;tr&gt; 	&lt;td class=&quot;row1&quot;&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;	&lt;td class=&quot;row2&quot;&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;font color=&quot;#006600&quot;&gt;&amp;lt;script src=&amp;quot;lib/jquery/jquery-1.2.6.min.js.gz&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;br /&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
But then the browser tries to parse it as text file and gives an &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; class=&quot;quote&quot; align=&quot;center&quot;&gt;  &lt;tr&gt; 	&lt;td class=&quot;row1&quot;&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;	&lt;td class=&quot;row2&quot;&gt;&lt;span class=&quot;postbody&quot;&gt;illegal character&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; error. I tested with firefox and ie on winxp.
&lt;br /&gt;
Thanks in advance.
&lt;br /&gt;

&lt;br /&gt;
[@admin: sry for the double post]
&lt;br /&gt;
[edit: title]
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: RE: What version of Jquery should I be using?</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1937#1937</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=414&quot; target=&quot;_blank&quot;&gt;Yminus&lt;/a&gt;&lt;br /&gt;

Posted: Thu Jul 03, 2008 11:57 am (GMT 0)&lt;br /&gt;
Topic Replies: 6&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;[edit: opened an new &lt;a href=&quot;http://www.jqueryhelp.com/viewtopic.php?p=1938#1938&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;thread&lt;/a&gt;]
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: How Do I report an jquery error?</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1936#1936</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=358&quot; target=&quot;_blank&quot;&gt;chobo2&lt;/a&gt;&lt;br /&gt;
Subject: How Do I report an jquery error?&lt;br /&gt;
Posted: Wed Jul 02, 2008 7:43 am (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi
&lt;br /&gt;

&lt;br /&gt;
I noticed if I do  something like this
&lt;br /&gt;

&lt;br /&gt;
$(&amp;quot;#selectAnyElment&amp;quot;).html(0);
&lt;br /&gt;

&lt;br /&gt;
The zero will not be represented on the page. In order to get it work I got to convert it to a string(what is a big pain in the ass because I am usually doing some count down thing and that sort of screws up my countdown thing)
&lt;br /&gt;

&lt;br /&gt;
So to me this is a bug and I am wondering where do I report it?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: building jquery from svn</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1935#1935</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=141&quot; target=&quot;_blank&quot;&gt;zorglub76&lt;/a&gt;&lt;br /&gt;
Subject: building jquery from svn&lt;br /&gt;
Posted: Wed Jul 02, 2008 5:47 am (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi all,
&lt;br /&gt;
I have some problems with building jQuery. I checked out the project from repository and tried to build it using &amp;quot;build all&amp;quot;, but got only the &amp;quot;raw&amp;quot; jQuery - for packed and minified versions I received the following error:
&lt;br /&gt;

&lt;br /&gt;
min:
&lt;br /&gt;
     [echo] Building ./dist/jquery.min.js
&lt;br /&gt;
     [java] Exception in thread &amp;quot;main&amp;quot; java.util.MissingResourceException: Can't find bundle for base name org.mozilla.javascript.resources.Messages,
&lt;br /&gt;
locale en_US
&lt;br /&gt;
     [java]     at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
&lt;br /&gt;
     [java]     at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
&lt;br /&gt;
     [java]     at java.util.ResourceBundle.getBundle(ResourceBundle.java:576)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.ScriptRuntime.getMessage(ScriptRuntime.java:3309)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.ScriptRuntime.getMessage2(ScriptRuntime.java:3279)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.ScriptRuntime.typeError2(ScriptRuntime.java:3367)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.ScriptRuntime.undefReadError(ScriptRuntime.java:3381)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1324)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.gen.c1._c0(Unknown Source)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.gen.c1.call(Unknown Source)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2834)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.gen.c1.call(Unknown Source)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.gen.c1.exec(Unknown Source)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.tools.shell.Main.evaluateScript(Main.java:524)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.tools.shell.Main.processFileSecure(Main.java:446)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.tools.shell.Main.processFile(Main.java:412)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.tools.shell.Main.processSource(Main.java:403)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.tools.shell.Main.processFiles(Main.java:179)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.tools.shell.Main$IProxy.run(Main.java:100)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.Context.call(Context.java:577)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:503)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.tools.shell.Main.exec(Main.java:162)
&lt;br /&gt;
     [java]     at org.mozilla.javascript.tools.shell.Main.main(Main.java:140)
&lt;br /&gt;
     [java] Java Result: 1
&lt;br /&gt;
     [echo] ./dist/jquery.min.js built.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
I guess I have to do something with Rhino, but what?
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: RE: Adding class to alternate divs?</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1934#1934</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=97&quot; target=&quot;_blank&quot;&gt;Nimbuz&lt;/a&gt;&lt;br /&gt;

Posted: Wed Jul 02, 2008 4:05 am (GMT 0)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Oh, it adds the class to ALL Divs, whereas I want it to add only to divs under say &amp;lt;div id=&amp;quot;blocks&amp;quot;&amp;gt;.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: RE: Adding class to alternate divs?</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1933#1933</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=97&quot; target=&quot;_blank&quot;&gt;Nimbuz&lt;/a&gt;&lt;br /&gt;

Posted: Wed Jul 02, 2008 3:40 am (GMT 0)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Great, thanks! &lt;img src=&quot;http://www.jqueryhelp.com//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: RE: How to identify which submit button was clicked: SOLVED</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1932#1932</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=410&quot; target=&quot;_blank&quot;&gt;timsewell&lt;/a&gt;&lt;br /&gt;
Subject: Talk about not seeing the wood for the trees&lt;br /&gt;
Posted: Tue Jul 01, 2008 9:31 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Of course by using ajaxForm instead of ajaxSubmit, it works perfectly.
&lt;br /&gt;

&lt;br /&gt;
Now I will go to bed and wake up with less hair than I had this morning.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: RE: Multiple sets of tabs on one page</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1931#1931</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=409&quot; target=&quot;_blank&quot;&gt;Tim&lt;/a&gt;&lt;br /&gt;

Posted: Tue Jul 01, 2008 9:28 pm (GMT 0)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;No?
&lt;br /&gt;

&lt;br /&gt;
The last tab never works for me, and the third one doesn't - unless another tab above is closed.
&lt;br /&gt;

&lt;br /&gt;
I've been using FF3, Opera 9.5 and IE7/8beta
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: How to identify which submit button was clicked: SOLVED</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1930#1930</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=410&quot; target=&quot;_blank&quot;&gt;timsewell&lt;/a&gt;&lt;br /&gt;
Subject: How to identify which submit button was clicked: SOLVED&lt;br /&gt;
Posted: Tue Jul 01, 2008 9:12 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi
&lt;br /&gt;

&lt;br /&gt;
I am tearing my hair out over this.
&lt;br /&gt;

&lt;br /&gt;
I am in the process of 'ajaxifying' a form which has four different submit buttons, each of which has a different value and triggers a different set of logic on the controlling script which receives the form's input. This was fine when I was simply using straight php as I can simply write:
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; class=&quot;code&quot; align=&quot;center&quot;&gt;  &lt;tr&gt; 	&lt;td class=&quot;row1&quot;&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;	&lt;td class=&quot;row2&quot;&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;font color=&quot;#006600&quot;&gt;if &amp;#40;$_POST&amp;#91;submit&amp;#93; == &amp;quot;blah&amp;quot;&amp;#41; &amp;#123;
&lt;br /&gt;

&lt;br /&gt;
//do stuff
&lt;br /&gt;

&lt;br /&gt;
&amp;#125;&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
However I now see that the one element of the $_POST array the JQuery form plug-in doesn't include is the value of the submit button. So what I need to do is identify which of the 4 buttons was clicked then append that data to the POST.
&lt;br /&gt;

&lt;br /&gt;
Here is the bit of code in question:
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; class=&quot;code&quot; align=&quot;center&quot;&gt;  &lt;tr&gt; 	&lt;td class=&quot;row1&quot;&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;	&lt;td class=&quot;row2&quot;&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;font color=&quot;#006600&quot;&gt;$&amp;#40;document&amp;#41;.ready&amp;#40;function&amp;#40;&amp;#41;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;$&amp;#40;&amp;quot;.check&amp;quot;&amp;#41;.append&amp;#40;&amp;quot;&amp;amp;nbsp;&amp;lt;input type=\&amp;quot;button\&amp;quot; class=\&amp;quot;input-submit\&amp;quot; name=\&amp;quot;check\&amp;quot; value=\&amp;quot;Select all\&amp;quot; /&amp;gt;&amp;quot;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;$&amp;#40;&amp;quot;input&amp;quot;&amp;#41;.focus&amp;#40;function&amp;#40;&amp;#41; &amp;#123; $&amp;#40;this&amp;#41;.css&amp;#40;&amp;#123;backgroundColor&amp;#58; &amp;quot; #f5eab6&amp;quot;&amp;#125;&amp;#41;&amp;#125;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;$&amp;#40;&amp;quot;input&amp;quot;&amp;#41;.blur&amp;#40;function&amp;#40;&amp;#41; &amp;#123; $&amp;#40;this&amp;#41;.css&amp;#40;&amp;#123;backgroundColor&amp;#58; &amp;quot; #fff&amp;quot;&amp;#125;&amp;#41;&amp;#125;&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;$&amp;#40;&amp;quot;input&amp;#91;name='check'&amp;#93;&amp;quot;&amp;#41;.click&amp;#40;function&amp;#40;&amp;#41; &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$&amp;#40;&amp;quot;input&amp;#91;@name^='_cx'&amp;#93;&amp;quot;&amp;#41;.attr&amp;#40;&amp;quot;checked&amp;quot;, &amp;quot;checked&amp;quot;&amp;#41;;&amp;#125;&amp;#41;;&amp;nbsp; &amp;nbsp;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;var options = &amp;#123; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; url&amp;#58;&amp;quot;masterform_process.php?token=&amp;lt;?php echo &amp;quot;$token&amp;quot;; ?&amp;gt;&amp;amp;ajax=1&amp;quot;,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dataType&amp;#58; 'json',
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; success&amp;#58; handler
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;#125;; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; $&amp;#40;'#master2'&amp;#41;.livequery&amp;#40;'submit', function&amp;#40;&amp;#41; &amp;#123; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; $&amp;#40;this&amp;#41;.ajaxSubmit&amp;#40;options&amp;#41;; 
&lt;br /&gt;

&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;return false; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;#125;&amp;#41;&amp;#125;&amp;#41;; &lt;/font&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Now I guess that this involves getting the index of the submit button clicked and adding that to the POST array (or to the GET querystring would be fine too) but I am stumped as to (a) where and how to identify the index and (b) how to then add it to the data before the ajax query is sent.
&lt;br /&gt;

&lt;br /&gt;
I'm not asking for someone to write my code, but if anyone knows of a tutorial or similar which would cover it, I'd be incredibly grateful.
&lt;br /&gt;

&lt;br /&gt;
Thanks
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: RE: Draggable story book</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1929#1929</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=33&quot; target=&quot;_blank&quot;&gt;mike&lt;/a&gt;&lt;br /&gt;

Posted: Tue Jul 01, 2008 9:04 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Nothing pre-built that I know of. Check out the documentation and examples at &lt;a href=&quot;http://ui.jquery.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://ui.jquery.com/&lt;/a&gt;, especially the ones for Draggables and Droppables.
&lt;br /&gt;_________________&lt;br /&gt;jQuery Help Board Moderator | &lt;a href=&quot;http://plugins.jquery.com/project/nospam&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;No Spam jQuery Plugin&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Check the documentation before you post: &lt;a href=&quot;http://docs.jquery.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://docs.jquery.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: RE: Multiple sets of tabs on one page</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1928#1928</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=33&quot; target=&quot;_blank&quot;&gt;mike&lt;/a&gt;&lt;br /&gt;

Posted: Tue Jul 01, 2008 9:01 pm (GMT 0)&lt;br /&gt;
Topic Replies: 2&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Did you get this fixed? It seems to be functioning correctly.
&lt;br /&gt;_________________&lt;br /&gt;jQuery Help Board Moderator | &lt;a href=&quot;http://plugins.jquery.com/project/nospam&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;No Spam jQuery Plugin&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Check the documentation before you post: &lt;a href=&quot;http://docs.jquery.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://docs.jquery.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Help, I'm stuck :: RE: Adding class to alternate divs?</title>
	<link>http://www.jqueryhelp.com/viewtopic.php?p=1927#1927</link>
	<description>Author: &lt;a href=&quot;http://www.jqueryhelp.com//profile.php?mode=viewprofile&amp;u=33&quot; target=&quot;_blank&quot;&gt;mike&lt;/a&gt;&lt;br /&gt;

Posted: Tue Jul 01, 2008 6:17 pm (GMT 0)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Yup, sure is! jQuery makes this pretty easy, actually.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; class=&quot;code&quot; align=&quot;center&quot;&gt;  &lt;tr&gt; 	&lt;td class=&quot;row1&quot;&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;	&lt;td class=&quot;row2&quot;&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;font color=&quot;#006600&quot;&gt;$&amp;#40;'div&amp;#58;even'&amp;#41;.addClass&amp;#40;'yourClass'&amp;#41;;&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;jQuery Help Board Moderator | &lt;a href=&quot;http://plugins.jquery.com/project/nospam&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;No Spam jQuery Plugin&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Check the documentation before you post: &lt;a href=&quot;http://docs.jquery.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://docs.jquery.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

