Oh, I know why there is such a script element. It's one of the
wordpress plugins I use. -.-
Strangely, it only conflicts with Firefox.
I don't know how to thank you, Mike. It's so kind and patient of you.
You are the best person I've met this year. :)
On Jan 3, 6:38 pm, Betty wrote:
> OMG! I did
OMG! I didn't put that noscript thing there. I don't know why it's
there. I'll check if my site is hacked... You are like my savior.
Thank you so much!
On Jan 3, 4:38 pm, "Michael Geary" wrote:
> Aha! I figured it out. It wasn't the cloning vs. moving thing I was talking
> about at all. Sorry -
Aha! I figured it out. It wasn't the cloning vs. moving thing I was talking
about at all. Sorry - I was just mixed up about that.
Here's the real problem. Take a look at the content of your "respond" DIV.
At the end of it you have a
Thank you, Mike.
I don't whether I can change the #respond id. Because it contains the
comment form, it may not work properly if the id is changed.
Maybe I have made it too complicated. What I want is simply this (I'm
sure you've seen it on other sites, or perhaps you've even done that
yourself):
I checked the jQuery official documents and it says that starting with
1.2.2
$("#foo").remove().appendTo("#bar");
should be written as
$("#foo").appendTo("#bar");
(http://docs.jquery.com/Manipulation/remove#expr)
I assume appendTo() and insertAfter() follow the same rules. It seems
like they do m
Glad to help, Betty.
But I think I may have been confused too. (Actually, I *know* I'm confused
at this point.)
Here's a post from Dave Methvin that explains some of the moving/cloning
behavior:
http://groups.google.com/group/jquery-en/msg/85833f44e69e8c6c
I'm not sure from Dave's description
Thank you, Mike. You're so patient and helpful!
Apparently I didn't understand insertAfter() well enough. I thought it
would move the object, not duplicate the object.
Is there a function in jQuery that simply moves an object? Or, if I
remove() the object, do I need to add() it again if I want to
Do you notice that the page also blanks out when you get the error? Why is
that?
Try this:
Open your page and open the Firebug panel.
Now click the button that provokes the error. Then click on the filename in
the Firebug error message (my.etc.js line 68). You should get the source
code for you
On Donnerstag, 17. April 2008, dustinl wrote:
> I get this error in the Firefox error console: "$ is not defined" and
> it points me to line
>
> $(document).ready( function() {
>
> I have the most up to date jQuery and I am pointing it to the correct
> location but I can't figure out why I get this
On Apr 17, 2008, at 2:07 PM, dustinl wrote:
>
> I get this error in the Firefox error console: "$ is not defined" and
> it points me to line
>
> $(document).ready( function() {
>
> I have the most up to date jQuery and I am pointing it to the correct
> location but I can't figure out why I get th
If you're certain your path is correct, another possibility may be
that you're calling $ before you've included the jQuery lib. If that
still doesn't do it, I'd take a look at your path again.
On Apr 17, 3:07 pm, dustinl <[EMAIL PROTECTED]> wrote:
> I get this error in the Firefox error console:
11 matches
Mail list logo