Re: [jQuery] jquery inside a loop... need suggestions to improvecode

2007-03-16 Thread Erik Beeson
arch 16, 2007 11:46 AM *To:* jQuery Discussion. *Subject:* Re: [jQuery] jquery inside a loop... need suggestions to improvecode Try this: #myQuery.text# $(document).ready(function(){ $("img.tooltip").hide(); $("a.tooltip").each(function()

Re: [jQuery] jquery inside a loop... need suggestions to improvecode

2007-03-16 Thread Michael E. Carluen
Of Daemach Sent: Friday, March 16, 2007 11:46 AM To: jQuery Discussion. Subject: Re: [jQuery] jquery inside a loop... need suggestions to improvecode Try this: #myQuery.text# $(document).ready(function(){ $("img.tooltip").hide(); $(

Re: [jQuery] jquery inside a loop... need suggestions to improvecode

2007-03-16 Thread Daemach
16, 2007 11:46 AM *To:* jQuery Discussion. *Subject:* Re: [jQuery] jquery inside a loop... need suggestions to improvecode Try this: #myQuery.text# $(document).ready(function(){ $("img.tooltip").hide(); $("a.tooltip").each(funct

Re: [jQuery] jquery inside a loop... need suggestions to improvecode

2007-03-16 Thread Michael E. Carluen
riday, March 16, 2007 11:46 AM To: jQuery Discussion. Subject: Re: [jQuery] jquery inside a loop... need suggestions to improvecode Try this: #myQuery.text# $(document).ready(function(){ $("img.tooltip").hide(); $("a.tooltip").each(function()