[jQuery] Elements are still droppable while they're in the hidden part of a scrollable container

2009-07-29 Thread Romain
Hi guys , I got this problem, and I think I'm missing something You can check, i've put a example here : http://lickmychip.com/ => There, the hidden part is noticed with a dotted box. How to do it the right way ?

[jQuery] Re: Ten(14) Reasons why Couchdb is better than Mysql (Off topic - might be interesting)

2009-01-03 Thread Romain
CouchDB is different then MySQL, you can't compare ! "Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database" Mysql is a relationnal database management system So i think there's no reason why one could be better than another. But, i got some 10 really g

[jQuery] Re: Setting the request header contentType

2008-12-31 Thread Romain Viovi
think you can work with UTF8 only in AJAX, >> but I recommend you work with UTF8 always >> >> On Dec 30, 2:09 pm, Romain Viovi wrote: >>> Hello Everybody, >>> >>> I'm experiencing some problems with the $.ajax >>> >>> When sending

[jQuery] Setting the request header contentType

2008-12-30 Thread Romain Viovi
qry: $('#qry')[0].value }, success: function(data){ $('#answers').empty().append(data); return; } }); } And

[jQuery] Re: Trouble setting Select object in browsers != IE 7

2008-12-15 Thread Romain Viovi
gt; Do your option elements have explicitly defined values? Like this: >>> Yes >>> No >>> >>> If not, try changing your markup and see if that helps. >>> JK >>> trouble in Firefox 3.0.4 and Safari 3 - both in Windows. My code does >>> seem to run properly in IE7. >>> Some code: >>> $("#00N8002fnHx").val(existingCase.records.Spin_Off__c); >>> Is this a known issue in these browsers? Am I doing anything >>> obviously wrong? -- Romain Viovi 42 rue Pigalle 75009 Paris +33 6 63 16 90 15 +33 9 54 40 84 40 romain.vi...@gmail.com

[jQuery] Re: [autocomplete] Is there an update planned to work with jQ 1.4 ?

2008-05-20 Thread Romain Sauvaire
örn > > On Tue, May 20, 2008 at 4:38 PM, Romain Sauvaire > > <[EMAIL PROTECTED]> wrote: > > > Hello everybody, > > > Since Dimensions plugin is fully included into the next jQuery > > release, do you plan (Jörn or someone else) to update your > > aut

[jQuery] [autocomplete] Is there an update planned to work with jQ 1.4 ?

2008-05-20 Thread Romain Sauvaire
Hello everybody, Since Dimensions plugin is fully included into the next jQuery release, do you plan (Jörn or someone else) to update your autocomplete plugin ? More infos : http://blog.brandonaaron.net/2008/05/09/dimensions-now-in-jquery-core/ Thanx for your answers !

[jQuery] Rép : [jQuery] How to re-select?

2007-07-03 Thread Romain Gonord
var i = jQuery("#i"); var inputs = jQuery("input", i); __ Romain Le 3 juil. 07 à 12:30, howa a écrit : e.g. How to re-select? var i = jQuery("#i"); Q: so how to select all the input inside p? i know i can use jQuery("p