[jQuery] Re: Superfish 1.4.1 update released

2008-01-31 Thread Jesse Klaasse
I am still struggling to find the time to work on those bugs. Anyone who has ideas about this, please feel free to contact me/Joel via this list. Joel, I appreciate your work, sorry I hadn't answered yet! -Original Message- About the callbacks. Would they enable us to write for

[jQuery] Re: Error when I try to interact with a Java Applet

2008-01-29 Thread Jesse Klaasse
I can confirm this.. I have the same problem with another applet..

[jQuery] Re: Superfish feature request

2008-01-07 Thread Jesse Klaasse
You're right, this is the quirk I'm talking about. I'm on Windows myself, so I have been referring to Windows Firefox. I'm still puzzled by this :| I hope we (or someone else) will be able to work this out.

[jQuery] Re: Superfish feature request

2008-01-03 Thread Jesse Klaasse
this in the next release of Superfish. Feel free to use it! From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Klaasse Sent: Wednesday, January 02, 2008 4:25 PM To: jquery-en@googlegroups.com Subject: [jQuery] Superfish feature request Importance

[jQuery] Superfish feature request

2008-01-03 Thread Jesse Klaasse
For the demo of the latest update/example: http://www.klaasse.net/superfish-ext/superfish.html New options: * autofit (boolean) - Used to enable intelligent expansion. When a submenu doesn't fit on screen, the position of the menu is adapted in order to make it fit as good as possible.

[jQuery] Re: Superfish feature request - pixelshift/redraw bug

2008-01-03 Thread Jesse Klaasse
This issue has something to do with the animation. When I replace the animation with a simple show() method, there's no pixel shift anymore.. * There's some strange submenu text pixel-shift (FF only) and right border redrawing (both IE and FF) going on, which I can't explain. However, this

[jQuery] Superfish feature request

2008-01-02 Thread Jesse Klaasse
I am thoroughly enjoying the Superfish menu.. However, I would love to see the following option: when a submenu falls outside of the window, it's position should be adapted in order to fit. Just like most operating systems handle menus when they don't fit.. Would this be possible? It could be

[jQuery] Re: Superfish feature request

2008-01-02 Thread Jesse Klaasse
these actions. Any opinions? From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Klaasse Sent: Wednesday, January 02, 2008 4:25 PM To: jquery-en@googlegroups.com Subject: [jQuery] Superfish feature request Importance: Low I am thoroughly enjoying

[jQuery] Re: Performance of jquery

2007-12-11 Thread Jesse Klaasse
/Javascript speed (FF seems to be a LOT faster) and in the different libraries. In IE jQuery is the big winner, in FF the big loser. Regards, Jesse Klaasse. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, December 11, 2007

[jQuery] Is it possible to alter internal CSS properties?

2007-11-01 Thread Jesse Klaasse
As we all know, we can do the following using jQuery: $('.someClass').css(background-color: yellow); This first matches all elements which have the class someClass, and then alters the css of the matched elements. This won't work when the class is dynamically added somewhere in the page, for

[jQuery] Is it possible: Superfish over Java applet?

2007-10-23 Thread Jesse Klaasse
I have created the following testpage (using the Superfish example page): http://www.bam.nl/baminternet/baminternet/test/test_SuperfishApplet.html As you can see, the Superfish menu disappears behind the Java applet. Would it be possible to correct this behaviour to display the menu on top of

[jQuery] jQuery AJAX load and encoding/charset problems

2007-10-22 Thread Jesse Klaasse
tried to remove and put charset specifications everywhere, but nothing seems to help. Does anyone have a suggestion how to fix this? Thank you all very much in advance! Kind regards, Jesse Klaasse -- View this message in context: http://www.nabble.com/jQuery-AJAX-load-and-encoding-charset

[jQuery] $(document).ready inconsistent behaviour IE/FF - bug?

2007-10-22 Thread Jesse Klaasse
Schematically I have the following page: html head script type=text/javascript $(document).ready(function() { alert(DOM ready); }); /script /head body table

[jQuery] document.ready inconsistent behaviour IE/FF - bug?

2007-10-22 Thread Jesse Klaasse
(I have already sent this message but somehow it got marked as spam??!) Schematically I have the following page: html head script type=text/javascript $(document).ready(function() { alert(DOM ready); });

[jQuery] Re: jQuery AJAX load and encoding/charset problems

2007-10-22 Thread Jesse Klaasse
Dan, I have removed the HTML and body tags now, but unfortunately this doesn't seem to help. Any other ideas? -Original Message- One thing I noticed quickly is this page is a full HTML that includes html and body tags. If you're loading HTML fragments into a DIV, you shouldn't load a

[jQuery] Re: tablefilter preview

2007-10-03 Thread Jesse Klaasse
Great efforts so far! I think I will be using your plugin when it's ready.. For now, just one comment: the plugin doesn't work in IE7, I get a javascript error Object doesn't support this action. Please keep us posted! LetsSurf wrote: I've been writing a tablefilter plugin to sit along