<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Suckerfish DHTML dropdown menu with JQuery</title> <atom:link href="http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/feed/" rel="self" type="application/rss+xml" /><link>http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/</link> <description>Self-proclaimed greatness is a hard thing to prove.</description> <lastBuildDate>Fri, 10 Feb 2012 02:11:49 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: webguy</title><link>http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/#comment-231</link> <dc:creator>webguy</dc:creator> <pubDate>Thu, 21 Jan 2010 19:38:39 +0000</pubDate> <guid
isPermaLink="false">http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/#comment-231</guid> <description>Not really, at one point the site used this type of menu, but that was 2 years ago.  Sorry...</description> <content:encoded><![CDATA[<p>Not really, at one point the site used this type of menu, but that was 2 years ago.  Sorry&#8230;</p> ]]></content:encoded> </item> <item><title>By: Lee</title><link>http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/#comment-230</link> <dc:creator>Lee</dc:creator> <pubDate>Mon, 11 Jan 2010 20:27:41 +0000</pubDate> <guid
isPermaLink="false">http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/#comment-230</guid> <description>Do you have the images handy so I can complete the demo? Thanks.</description> <content:encoded><![CDATA[<p>Do you have the images handy so I can complete the demo? Thanks.</p> ]]></content:encoded> </item> <item><title>By: webguy</title><link>http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/#comment-229</link> <dc:creator>webguy</dc:creator> <pubDate>Sun, 10 May 2009 16:32:54 +0000</pubDate> <guid
isPermaLink="false">http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/#comment-229</guid> <description>@Bennet  The hover should be on the li that surrounds that entire menu section meaning that li can be targeted with a hover selector to affect it during the hover  ul.topnav li:hover {color:#fff} just as an example.   Hope that helps.</description> <content:encoded><![CDATA[<p>@Bennet  The hover should be on the li that surrounds that entire menu section meaning that li can be targeted with a hover selector to affect it during the hover  ul.topnav li:hover {color:#fff} just as an example.   Hope that helps.</p> ]]></content:encoded> </item> <item><title>By: Bennet</title><link>http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/#comment-228</link> <dc:creator>Bennet</dc:creator> <pubDate>Sun, 10 May 2009 11:32:14 +0000</pubDate> <guid
isPermaLink="false">http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/#comment-228</guid> <description>@Ecstrim
Dude, it takes fifteen seconds to implement.
Thanks for the script.  Any suggestion on keeping the parent cell background colored while the cursor is over the children?
Thanks again!</description> <content:encoded><![CDATA[<p>@Ecstrim</p><p>Dude, it takes fifteen seconds to implement.</p><p>Thanks for the script.  Any suggestion on keeping the parent cell background colored while the cursor is over the children?</p><p>Thanks again!</p> ]]></content:encoded> </item> <item><title>By: Arti</title><link>http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/#comment-227</link> <dc:creator>Arti</dc:creator> <pubDate>Wed, 15 Apr 2009 11:48:59 +0000</pubDate> <guid
isPermaLink="false">http://greatwebguy.com/programming/dom/suckerfish-dhtml-dropdown-menu-with-jquery/#comment-227</guid> <description>I understand that this correctly makes a slider:
$(function(){
$(’select#focusSel’).accessibleUISlider({width: 800, labels: 11});
});
Also, this correctly writes a cookie when a select is changed:
$(document).ready(function(){
$(’#focusSel’).change(function() {
$.cookie(’focus’, $(this).val()); // set cookie
Though, I find no way to let the slider write a cookie. I tried this:
$(document).ready(function(){
$(’#focusSel’).accessibleUISlider({width: 800, labels: 11}).change(function() {
$.cookie(’focus’, $(this).val()); // set cookie
but oddily, while the slider is created, the cookie is set *only* if I use the select, and not if I use the slider. They seem coupled, in that the select is updated when moving the slider, in fact they are not, as the cookie is not set.
Please, what should I write to have the slider write a cookie?
I have been trying for days but cannot imagine a solution.
Thanks!</description> <content:encoded><![CDATA[<p>I understand that this correctly makes a slider:<br
/> $(function(){<br
/> $(’select#focusSel’).accessibleUISlider({width: 800, labels: 11});<br
/> });<br
/> Also, this correctly writes a cookie when a select is changed:<br
/> $(document).ready(function(){<br
/> $(’#focusSel’).change(function() {<br
/> $.cookie(’focus’, $(this).val()); // set cookie<br
/> Though, I find no way to let the slider write a cookie. I tried this:<br
/> $(document).ready(function(){<br
/> $(’#focusSel’).accessibleUISlider({width: 800, labels: 11}).change(function() {<br
/> $.cookie(’focus’, $(this).val()); // set cookie<br
/> but oddily, while the slider is created, the cookie is set *only* if I use the select, and not if I use the slider. They seem coupled, in that the select is updated when moving the slider, in fact they are not, as the cookie is not set.<br
/> Please, what should I write to have the slider write a cookie?<br
/> I have been trying for days but cannot imagine a solution.<br
/> Thanks!</p> ]]></content:encoded> </item> </channel> </rss>
