[jQuery] rate slider control (ie Kayak or Sidestep)

2010-02-05 Thread pho99
Hello. Does anyone know where I can find the specs for the slider control on Kayak or Sidestep? Thanks. LN

[jQuery] Re: if condition within a loop

2009-01-29 Thread pho99
y click. >         $('#portMain>div').click(function(){ >                 var prev = $('#portMain').data("prev"); >                 if (prev) >                         prev.removeClass().addClass('portDiv'); >                 $(this).removeCla

[jQuery] if condition within a loop

2009-01-28 Thread pho99
Hello. I am just starting to learn JQuery. I want to click on a div to set an "on" class. When I click on another div, I want the first div to release the "on" class and restore to default class. I also have a hover effect that apply to divs that are not shown as "on." I am trying to set an "If"