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
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
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
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() {
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;
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
6 matches
Mail list logo