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
>
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
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
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()) == '
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?
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
>
6 matches
Mail list logo