Re: [jQuery] 3d Universe in jQuery

2006-08-25 Thread Stefan Nagtegaal
Op 25-aug-2006, om 11:26 heeft Klaus Hartl het volgende geschreven: BTW. Pluton should be definitely removed. What's so bad about Pluto? ;-) Yesterday scientists agreed about the fact that Pluto shouldn't be called 'Pluto' anymore, but 'Dwarf' from now on. The name is choosen because

Re: [jQuery] interface plugin droppable

2006-08-27 Thread Stefan Nagtegaal
Op 26-aug-2006, om 19:43 heeft Stefan Petre het volgende geschreven: Drag and Drop from interface is not designed to work with table elements. May I ask why not?? Steef ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Autocomplete invasion

2006-08-29 Thread Stefan Nagtegaal
The only thing I'm missing is a Status indicator when the AJAX- request has been started.. Maybe an idea? Steef Op 29-aug-2006, om 16:00 heeft Stefan Petre het volgende geschreven: I know there are there already two solution for autocompletion. But i needed one to integrate with

[jQuery] Interface Elements for jQuery

2006-08-30 Thread Stefan Nagtegaal
I would like to get in touch, off-list with the author of the Interface Elements plugin for jQuery.. Can anyone send me to the right direction/person? Steef ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Interface: Question about Blind Up/Down

2006-09-01 Thread Stefan Nagtegaal
Op 1-sep-2006, om 18:05 heeft Jim Davis het volgende geschreven: I am trying to use blind down and blind up with a div that is hidden when the page loads. My demo: http://www.jimdavis.us/demos/whidbey/blindtest.html The blind up and blind down functions were working great until I added

Re: [jQuery] Interface: Question about Blind Up/Down

2006-09-01 Thread Stefan Nagtegaal
also tried creating a class: .hideit { display: none; } and changed the html to: div id=addText class=hideit That dosen't work either. Where did you add display: none to make it work properly? Jim On 9/1/06, Stefan Nagtegaal [EMAIL PROTECTED] wrote: Op 1-sep-2006, om 18:05 heeft Jim Davis

[jQuery] Fotonotes into jQuery plugin?

2006-09-13 Thread Stefan Nagtegaal
Did anyone considered converting fotonotes.js (http://fotonotes.net/ fnclientlib/js/fnclient.js) for the purpose of adding notes to images (like flickr could do) to jQuery? You can see the porject and it's usage here: http://fotonotes.net/ I hope someone will be enthousiast and convert it

[jQuery] Convert existing JS-code to jQuery

2006-09-15 Thread Stefan Nagtegaal
Hi list, i want to port some pretty large JS-file to jQuery to take advantage of the easy way of writing and understanding it. Problem is, I never did much JS before.. Could you guys give me some workflow for what the best way would be to start and finish such a job? Any help, suggestions

Re: [jQuery] 3D Carousel

2006-09-30 Thread Stefan Nagtegaal
Op 30-sep-2006, om 21:19 heeft Stefan Petre het volgende geschreven: http://interface.eyecon.ro/development/demos/carousel.html Unfortunatly it doesn't work in Safari (2).. :-( Steef ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] New Plugin: Resizeable

2006-10-21 Thread Stefan Nagtegaal
Op 21-okt-2006, om 14:26 heeft Stefan Petre het volgende geschreven: After a wild period at my work, I managed to make some time to develop a new plugin. Resizeable: allow elements to resize by handlers to north, east, west etc direction, set minimum width/height/ maximum width/height.