Re: [jQuery] Serializable Form Upload Element

2006-08-23 Thread ashutosh bijoor
Truly frustrating... well I see no way out now but to dive into it...-AshutoshOn 8/23/06, John Resig [EMAIL PROTECTED] wrote: So suppose we were to make a plugin for this, let's say we call it serializeuploads. This is how I see it working: 1. Start with a form, say MYFORM where some elements

Re: [jQuery] Hiding divs with class

2006-08-23 Thread Patrick Hall
Hi Tom, I've knocked up a simple page with very little HTML to show my code. Your example works for me on Firefox/Linux. regards, -p@ -- ᗷɭoℊẚᗰսɳᑯѲ⁈⁈⁈ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Hiding divs with class

2006-08-23 Thread ashutosh bijoor
Try the svn version. It could be because of the document.ready firing too early before all the divs are loaded into the DOM. The document.ready has been significantly upgraded.RegardsAshutosh On 8/23/06, Tom Holder [EMAIL PROTECTED] wrote: Indeed it is for me too :) I'm embarassed to say I posted

Re: [jQuery] Hiding divs with class

2006-08-23 Thread Tom Holder
Hi Ashutosh, Please excuse my ignorance but how do I go about building the svn version? or... is there a built version available? Thanks Tom On 8/23/06, ashutosh bijoor [EMAIL PROTECTED] wrote: Try the svn version. It could be because of the document.ready firing too early before all the

Re: [jQuery] Hiding divs with class

2006-08-23 Thread ashutosh bijoor
You can get the svn version without installing svn athttp://jquery.com/dev/svn/RegardsAshutoshOn 8/23/06, Tom Holder [EMAIL PROTECTED] wrote: Hi Ashutosh,Please excuse my ignorance but how do I go about building the svnversion? or... is there abuilt version available?ThanksTomOn 8/23/06, ashutosh

Re: [jQuery] Hiding divs with class

2006-08-23 Thread Jörn Zaefferer
Hey Tom, Please excuse my ignorance but how do I go about building the svn version? or... is there a built version available? check this one out: http://jquery.com/src/jquery-svn.js That should be just what you are looking for. -- Jörn -- Feel free – 10 GB Mailbox, 100 FreeSMS/Monat ...

Re: [jQuery] AJAXGrid plugin - text version

2006-08-23 Thread Gilles Vincent
Impressive ! However, it's really buggy on Opera :( Sounds really promising althought -- 2006/8/21, Stefan Petre [EMAIL PROTECTED]: Maybe this time the text gets right: This is a plugin I worked on a lot. Has a lot of features: * in place edit: the cells converts into text field, textarea

Re: [jQuery] What happened to visual jquery?

2006-08-23 Thread Yehuda Katz
It's not so much a virtual hosting problem as an Apache configuration problem. Wycats Designs is my in-production website for my design company. I'll fix the Apache config when I get a chance.I'm going to be posting a brand new Visual jQuery in the next few days that generates automatically from

Re: [jQuery] New Plugin: jQEm - Interact with the base 'em' unit.

2006-08-23 Thread Dave Cardwell
Hi John. I liked both of your suggestions so have released jQEm v0.2 at http://davecardwell.co.uk/geekery/javascript/jquery/jqem/0.2/. Thanks for the feedback. Best wishes, Dave Cardwell ~ http://davecardwell.co.uk/ John Resig wrote: This is really great Dave - I've definitely needed

[jQuery] setting name attribute

2006-08-23 Thread Francisco Brito
I'm not sure if this already came up in the mailing list, I couldn't find it.As you know, setting the name attribute on an input field cannot be done in IE like:$('input').set('name', 'something'); Is it the intent of jQuery to deal with browser inconsistencies like this? Because a workaround

[jQuery] needed: edit html plugin

2006-08-23 Thread Francisco Brito
Does anyone know of a jQuery plugin for editing HTML?It's a mega pain in the plugin to deal with browser whims regarding ranges, selections and editable HTML.(refresher: like dojo's or HTMLArea)By the way, does anyone know of a plugin for handling selections/ranges? -Britoblatant_advertisementI've