Look terrific in FF, but it's seriously broken in IE7.
 
I get a script error on line 8007 whenever I click on the page, which seems
to prevent anything from working.

// hide all levels
hide: function() {
        self = this;            <---- Right here.
        setTimeout(function() {
                self.wrapper.find('ol').hide();
        }, self.options.hideDelay);
},

It needs to say "var self = this;"

It's trying to assign the global scope (window) object itself, and in IE,
"window.self" is a read-only value, so it breaks.

JK

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of h3
Sent: Tuesday, November 11, 2008 6:35 AM
To: jQuery (English)
Subject: [jQuery] [ANNOUNCEMENT] jquery.timepickr.js: first official release


Hi everyone,

Yesterday I released the first public release of my jquery.timepickr
plugin.

I've posted it on the jQuery plugin page:
http://plugins.jquery.com/project/jquery-timepickr

Home page:
http://haineault.com/media/jquery/ui-timepickr/page/

Reply via email to