I had some problems inserting dinamically script tags in IE, Opera, ... with jQuery append()
method. Using DOM native method works well :-)

$("head")[0].appendChild(script_call);  //My example
instead of:
$('head',document).append( script );   //JSON for jQuery

Pops escribió:

On Aug 24, 12:50 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote:
You can either use my JSON plugin, or similar code like José posted in his
reply.
http://mg.to/2006/01/25/json-for-jquery


Mike,

When I used your plugin,  IE 6.0 displays

Error: Object doesn't support this property or method

Opera 9.1 also fails.   The same failure with jose's post too.

Is this suppose to work under IE?  Or is JSONP only a FF thing?

I have not tried IE7

--
HLS




--
Best Regards,
José Francisco Rives Lirola <sevir1ATgmail.com>

SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain

Reply via email to