[Pro] JQuery help...

http://www.cmlmarketing.com/2012/j/jquery.html

Worm


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The problem is with the google api script call. It should be

//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js

Not what you see in the source code

//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js&#8217

Todd

I just cant get it to work!!! Im going mad here… :frowning:


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Todd,

looks good to me using safari?

Seb


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes, Safari. Maybe it’s just me but I’m also seeing ,

type=" text javascript'

should be

type="text/javascript"

Todd

Hi Todd,

looks good to me using safari?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You need to dumb-down your quotes. You have fallen victim to the formatting engine on this Web site, which tries to nice up the dumb quotes by formatting them to proper curly quotes.

Look carefully through your code. Anywhere you see a double-quote, delete it and type in a plain double-quote, and likewise with apostrophes. Likely you will be replacing a properly-curled typographer’s quote with a straight-up-and-down “typewriter” quote. Any CODE that includes curly quotes will utterly fail to run correctly.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Change the following:

to

That’s what I did to get it to work.

HTH
Mike

On Nov 14, 2012, at 6:34 PM, Mr worm wrote:

http://www.cmlmarketing.com/2012/j/jquery.html

Worm


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It works!!!

The problem is with the google api script call (&#8217) after .js:

//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js&#8217

Wierd as this was NOT at all visible, only showed up in the source code!!!

It should be

//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js

Thank you all, now for some tweaking!!!

Worm


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Good news!

Strange I couldn’t see that in web inspector.

At least it’s sorted now…

Seb


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’m glad I wasn’t losing my mind, I knew I saw it in there.

Todd

The problem is with the google api script call (&#8217) after .js:


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options