[jQuery] Re: Problem with keyup event from Learning jQuery 1.3

2009-05-09 Thread Rafael dos Santos
Hi dude, event.keyCode is exclusive for IE in FF you use event.which var charCode = (evt.which) ? evt.which : evt.keyCode switch (String.fromCharCode(chadCode)) { rest of code

[jQuery] Add Href Values to create a querystring

2007-10-07 Thread dOS
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 lia href=1Yahoo/a/li lia href=2Yahoo/a/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