[jQuery] Re: cluetip jsonp and jquery doesn't play nice together

2009-04-30 Thread Karl Swedberg
If I'm understanding you correctly, the only way I can think of to get around this (off the top of my head) is to include the metadata plugin and set the datatype directly in the html. http://docs.jquery.com/Plugins/Metadata/metadata something like this (incomplete/untested): a href=foo

[jQuery] Re: cluetip jsonp and jquery doesn't play nice together

2009-04-30 Thread postream
looking at the cluetip code, this cant' be the problem this are lines 228 and 299 of the lastest version: var ajaxMergedSettings = $.extend(true, {}, opts.ajaxSettings, ajaxSettings); $.ajax(ajaxMergedSettings); the dataType is stored in opts.ajaxSettings so, every time an ajax call is

[jQuery] Re: cluetip jsonp and jquery doesn't play nice together

2009-04-30 Thread cluetip user
On Apr 30, 6:08 pm, postream valentino.alu...@gmail.com wrote: looking at thecluetipcode, this cant' be the problem this are lines 228 and 299 of the lastest version: var ajaxMergedSettings = $.extend(true, {}, opts.ajaxSettings, ajaxSettings); $.ajax(ajaxMergedSettings); the dataType