it's without any plugins or other code on the page, i have IE WebDeveloper v2 toolbar installed, and when i just type that in the console i get this error:

Error  Expected ')'  http://xxxxx.com/ (line 1)

dennis.


Benjamin Sterling wrote:
Spinnach,
That should work, I am using just that in a number of plugins, is there any other code on the page? Can you post the error?

On 10/1/07, *Giovanni Battista Lenoci * <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:


    spinnach ha scritto:
     >
     > this returns an error in IE7, works fine in firefox, is this a bug or
     > something i overlooked ?
     >
     > var $div = $('<div class=""></div>');
    Try

    var $div = $('<div></div>');
    $div.addClass('fileinputs');

    Giovanni




--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
http://www.benjaminsterling.com

Reply via email to