[jQuery] Re: Can't understand why this won't work

2008-12-04 Thread Marcelo Wolfgang
hone/brindes');}) $("#menuRowA[href='']").click(function(e){ // tried this to see if the problem was the multiple selectors         alert('representantes');         pageTracker._trackPageview('/iphone/representantes'); }) heres the html:                                                                                                                                 TIA Marcelo Wolfgang

[jQuery] Can't understand why this won't work

2008-12-04 Thread Marcelo Wolfgang
27;]").click(function(e){ // tried this to see if the problem was the multiple selectors alert('representantes'); pageTracker._trackPageview('/iphone/representantes'); }) heres the html: TIA Marcelo Wolfgang

[jQuery] replacing content with .get madness

2008-11-04 Thread Marcelo Wolfgang
arles A. Werb R. Armindo Schimidt, 676CEP: 95630-000 - Perobé - RSFone if you want to see it live you can check out http://www.bottero.net/iphone/rep_br.html TIA Marcelo Wolfgang

[jQuery] Can't make a .click to work

2008-06-19 Thread Marcelo Wolfgang
'); }); I get this error on FF Error console (using 1.2.6 unpacked): Error: handler is undefined Source File: http://zerocinco.com.br/code/wp-content/themes/zerocinco/jquery.js Line: 1834 If I use the packed version I get: Error: g is undefined Source File: http://zerocinco.com.br/code/wp-content/themes/zerocinco/jquery.js Line: 11 TIA Marcelo Wolfgang

[jQuery] Re: [OT] twitter

2008-05-20 Thread Marcelo Wolfgang
I use Snitter with is a client that runs over Adobe AIR ( and you can try others, there are at least 3 different clients) or you can use only the website, subscribe to the jquery user and recieve updates by sms ( if you are able to) Marcelo Wolfgang Alexandre Plennevaux wrote: > hi frie

[jQuery] Why this simple code isn't working

2007-12-14 Thread Marcelo Wolfgang
Hi all, I'm banging my head on the keyboard here ... and couldn't figure out why this isn't working I have the following code: HTML: Coleção: Escolha uma coleção Primavera Verão 2008 Primavera Verão 2008 Linha:

[jQuery] find and replace text in a variable

2007-12-13 Thread Marcelo Wolfgang
and this is what is inside loop Material 1: what I want is to change all the 1 that are inside the variable with i from the looping ( so it will be 1, 2 ...10 ) is there a way to do that easily or should I look at other options ? TIA Marcelo Wolfgang

[jQuery] Re: Can figure out the diference between input button and button

2007-12-07 Thread Marcelo Wolfgang
ote: Perhaps try instead of . Haven't tested, but it looks like maybe your form is trying to submit before the AJAX gets a chance to resolve. - jake On Dec 6, 2007 1:53 PM, Marcelo Wolfgang <[EMAIL PROTECTED]> wrote: Hi list Long time

[jQuery] Can figure out the diference between input button and button

2007-12-06 Thread Marcelo Wolfgang
t;Data Loaded: " + data); $("#edit_response").append(data); }); }); }); and the html that works and the html that don't work: TIA Marcelo Wolfgang

[jQuery] tablesorter: border problem with scroll on the tbody

2007-09-25 Thread Marcelo Wolfgang
linha.html In FF the border of the cells do not scroll with the body, and in IE 6 it won't even display the table. Can someone give me some advice on how to fix this code? TIA Marcelo Wolfgang