Why?
What are doing with the url?
When are doing something with the url?


dOS-2 wrote:
> 
> 
> Hi to all, hope you can help..
> I need to add and remove href values as you click in a list, ex:
> 
> <div id="brand">
> <ul>
> <li> 1 Yahoo </li>
> <li> 2 Yahoo </li>
> </ul>
> </div>
> 
> And need to pass values to form a url.. if i click on 1 then the url
> to get will be:
> 
> some.php?brand=1
> 
> If i click on # 2, then
> 
> some.php?brand=1,2
> 
> If i click on 1 again will remove the value because it was clicked
> already
> some.php?brand=2
> 
> 
> Thanks
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Add-Href-Values-to-create-a-querystring-tf4583378s27240.html#a13088016
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to