[jQuery] Re: click function doesn't work on dynamic content?

2008-06-06 Thread Jon Reed
Might be worth looking into the livequery plugin too J On Jun 6, 1:43 am, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > Take a look at: > > http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_st... > > If I've understood you're problem, it's a fairly common one that stems from >

[jQuery] Re: when to call noConflict?

2008-05-21 Thread Jon Reed
Call it before, there's some documentation here: http://docs.jquery.com/Using_jQuery_with_Other_Libraries J On May 20, 11:38 pm, darren <[EMAIL PROTECTED]> wrote: > hi everybody > > I have some code where i need to use jQuery.noConflict() > > Do i call it before or after > jQuery(document).ready

[jQuery] Re: attr difference in Firefox and IE7

2008-05-20 Thread Jon Reed
I would upgrade to the latest version of jQuery, there's a few attribute bugfixes that could help J On May 20, 6:01 am, Sid <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using the .attr() to set attributes of an img tag. > > This works in Firefox 2.0.0.14 but not in Internet Explorer 7. > > The offen

[jQuery] .html() behaving differently in IE7

2008-05-20 Thread Jon Reed
Hi, I'm trying to find out if this behaviour is correct, or if its something that i should submit as a bug. Using .html() works perfectly fine in all browsers, providing that the html your inserting is valid. eg. $("body").find('#id1').html("test content").show(); // alert($('#id1').html()) == '

[jQuery] Re: JQuery and ASP.NET AJAX

2008-05-19 Thread Jon Reed
I dont see any conflicts here - one is client side, the other server side - will be fine :-) On May 18, 8:30 pm, Mike <[EMAIL PROTECTED]> wrote: > Do these work well together or cause conflicts?

[jQuery] Re: attr('form') not work in firefox

2008-05-19 Thread Jon Reed
It looks like you're just trying to get the action on the form? $('#a').attr('action'); On May 19, 2:53 am, "Matt Quackenbush" <[EMAIL PROTECTED]> wrote: > Unless I'm completely misunderstanding something here, that code should not > "work" in any browser.  There is no "form" attribute on an >