[jQuery] Re: How to rewrite this in jQuery?

2009-04-20 Thread Enrico
Well, I think you don't have to turn your rel attributes into IDs. Once you can access the tabs (as Dave explained) and distinguish them, you're good to go. Best regards, Enrico

[jQuery] Re: .value= / .val()

2007-08-29 Thread Enrico
thank you mike, for your answer...now i understand it. best wishes, Enrico

[jQuery] .value= / .val()

2007-08-29 Thread Enrico
question: i have following code: why its not possible to write on this way in the city.value? $("#zip_code").blur(function(){ var zip = "zip_code=" + this.value; $.get("?route=Adress/zipCityLookup", zip, function(xml){ -->$("#city").value= $("city", xml).text();