[jQuery] Simple problem

2009-10-29 Thread AlChuck
Hello, I'm new to using jQuery. I was motivated by wanting to put some panels on an ASP.NET website which would display additional info if a link or button was clicked. I found a simple tutorial and mimicked that and it works fine, but uses the specific ID of the hyperlink to trigger the action. My

[jQuery] Simple problem with createElement

2009-04-28 Thread Code Daemon
I am creating an element with createElement and then appending it to a table and then after a few seconds, deleting it with a call to empty (). This works fine The problem seems to be that every time I create the element, I am creating it with the same id and after a few iterations, it fails. It

[jQuery] Re: Jquery simple problem

2009-04-09 Thread Nabeel Faruqui
Resolved through this code. jQuery('#slick-toggle').unbind("click").click(function() { jQuery('#slickbox').toggle('blind',350); return false; }); On Apr 2, 11:45 am, Nabeel Faruqui wrote: > remember that on this page we are using the ATLAS control also. I > think AJAX Atl

[jQuery] Re: Jquery simple problem

2009-04-01 Thread Nabeel Faruqui
remember that on this page we are using the ATLAS control also. I think AJAX Atlas might be creating the issue. any resolutions ? On Apr 1, 4:03 pm, Nabeel Faruqui wrote: > Hi, > This is my simple jquery code. I have included it in the head of html > document. > > >         jQuery(function() {

[jQuery] Jquery simple problem

2009-04-01 Thread Nabeel Faruqui
Hi, This is my simple jquery code. I have included it in the head of html document. jQuery(function() { jQuery('#slickbox').hide('fast'); jQuery('#slick-toggle').click(function() { jQuery('#slickbox').toggle('blind',350); return false;

[jQuery] simple problem

2009-01-08 Thread CreativeMind
hi all, i m unable to find the img and its src attribute... when i write alert($(myobj[1][$c]).find('li').html()); i get the output alert($(myobj[1][$c]).find('li').find('a').html()); but when i try alert($(myobj[1][$c]).find('li').find('a').find('img').html()); i get no value or empty val