[jQuery] Validate plugin, weird issues after remote validation implementation

2009-09-10 Thread Jean-Michel
Hi, I got a form with a few fields. 2 of them are using remote validation. So it's basically checking if username and email are already in database. The problem is those field seems to validate as soon has i click into another field causing the error message to show up no mather if I did put

[jQuery] [validate] All error messages are shown when using remote validation

2009-09-08 Thread Jean-Michel
I got a form with a few inputs. I'm using remote validation for 2 of them. For some reasons when I as an example enter something in a form that uses remote validation it gets validated after I click into the next input it just doesn't wait for the form to get submitted. Any other inputs which

[jQuery] Jquery this keyword to show the current clicked div class

2009-08-13 Thread Jean-Claude Tounkara
I am new to Jquery and I need to use the this keyword to differentiate which div class name needs to show. Currently, my code below on '.bioclick' click event, every bio_desc is displayed or showed. I just want to show the current clicked '.bioclick' child '.bio_desc'. I tried using the this

[jQuery] [validate] Refreshing the validator after dynamically adding a class to an element

2009-08-11 Thread Jean-Michel
Hi, I know the refresh() method is gone since version 1.2 but for some reason even if it's suposed to work without it I can't get it to work. Here's the scenario: I got a select box, depending on the selection I want certain element to validate so I dynamically add validation class to those

[jQuery] Re: [validate] Refreshing the validator after dynamically adding a class to an element

2009-08-11 Thread Jean-Michel
.data(metadata, null) Jörn On Tue, Aug 11, 2009 at 3:06 AM, Jean-Micheljean-michel.godin-dug...@voluzion.ca wrote: Hi, I know the refresh() method is gone since version 1.2 but for some reason even if it's suposed to work without it I can't get it to work. Here's the scenario: I

[jQuery] Re: CTRL+S to Insert Record PHP+JQUERY

2009-04-16 Thread Jean
B.S.Bharanikumar POST YOUR OPINION http://bharanikumariyerphp.site88.net/bharanikumar/ -- []´s Jean a.k.a Suissa Tecnólogo em Análise de Sistemas - UTF-PR 131

[jQuery] Re: [ANNOUNCE] Machinetag plugin- initial release

2009-04-15 Thread Jean
conventions. Enjoy! Gabriel -- []´s Jean a.k.a Suissa Tecnólogo em Análise de Sistemas - UTF-PR

[jQuery] Re: JSON , PHP, MySQL, and jQuery

2009-04-11 Thread Jean
($rows); Thanks in advance! -- []´s Jean a.k.a Suissa Tecnólogo em Análise de Sistemas - UTF-PR www.tudopg.com.br www.tudocuritiba.com.br www.tudocacascavel.com.br www.tudofoz.com.br www.tudopuava.com.br

[jQuery] Problem Containts for select words

2009-04-08 Thread Jean Carlo
I am using the function to search for words in containts TR. I have three words well (Sunday and Monday, Sunday and Monday and Sunday) Only is selected and the second Saturday and Sunday and Monday. I was also selected to Sunday but could not. Thanks to All Im using$('table#horario

[jQuery] Select Text

2009-04-07 Thread Jean
The link of this exercise is below http://www.livrojquery.com.br/cap_10/arquivo-10.5c.html I'm having problems selecting items Seg. e Dom. Do not select. Dom. use because it contains the function case sensitive. Seg. e Dom. is different from. Dom. What is another selection to

[jQuery] Re: Can some one convert simple code to jQuery

2009-03-12 Thread Jean-Marie POISSONNIER
It doesn't work because [...@attr] selectors were removed in jQuery 1.3. http://docs.jquery.com/Release:jQuery_1.3#Changes You can write something like this : $(#follow_me).click(function() { $(input[name=article_id[]]).attr(checked, this.checked ? checked : ) })

[jQuery] [validate] Group highlighting fix?

2009-03-05 Thread Jean-Charles S
I have a group of fields (field 301 and 306) that are two inline select boxes to represent the month and year. I've grouped them with the proper validate hash object (groups) and set the errorPlacement to be after field 306. All works fine as far as validation goes, however I've also assigned a

[jQuery] Form submission - Callback method not being called

2009-01-12 Thread Jean-Philippe Couture
--- Best regards, Jean-Philippe Couture, jcout...@gmail.com

[jQuery] is accessing element by a class faster than accessing X element by ID

2009-01-05 Thread jean-baptiste.demo...@digitick.com
Hi, I want to know if it first code is faster than the second (and why) : 1st try : div id=toto1 class=toto/div... div id=toto2 class=toto/div... div id=toto3 class=toto/div... $(.toto).hide(); 2nd

[jQuery] Re: [TUTORIAL] Create an amazing music player using mouse gestures hotkeys in jQuery

2008-12-05 Thread Jean
? It is silent for me FF3 Safari in OSX? -- Mika Tuupola http://www.appelsiini.net/ -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Calling PHP Functions from jQuery?

2008-07-17 Thread Jean
? Is a good tutorial or info out there? I have searched google and couldnt find a useful answer. thank a lot yavuz -- Yogi Berra - A nickel ain't worth a dime anymore. -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: PLUGIN: jQuery Column Filters

2008-07-14 Thread Jean
Very nice! On Mon, Jul 14, 2008 at 6:30 PM, Rey Bango [EMAIL PROTECTED] wrote: jQuery Column Filters by Tom Coote http://www.tomcoote.co.uk/jQueryColumnFilters.aspx Rey... -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: [ANNOUNCE] jFlip plugin

2008-05-30 Thread Jean
included, using an enhanced version of excanvas I wrote. Enjoy! http://www.jquery.info/The-jFlip-plugin Renato Formato -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] force an error

2008-03-08 Thread Jean-Sébastien
how can i'd like to force an error after an ajax call, and work with json array returned. how do i do this?

[jQuery] Re: optimization in jquery

2008-03-06 Thread Jean-Sébastien
hi, in my case the element is selected with an i id, so i guess it's found relatively quickly. but this div is about 800 html lines (doesn't mean anything but i can't count tags). In fact i just made some ajax pagination inside the div. On Mar 6, 3:00 pm, Ariel Flesler [EMAIL PROTECTED] wrote:

[jQuery] optimization in jquery

2008-03-05 Thread Jean-Sébastien
hi, when i work on a big div tag (containing lots of others elements) browser freeze, during few seconds. is there a way to optimize this. and more generally what are the best practices to optimize jquery functions.

[jQuery] Star Rating plugin

2008-02-16 Thread Jean
This is a great plugin but dont work with 1.2.1 version of jquery. Are someone using this plugin? -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: jquploader 2 alpha 1 - rich file upload dialog plugin - please test and help

2008-01-31 Thread Jean
users to modify what these function do? Basically their task is to update the html according to the flash events. The code is here: Thank you for your time, Alexandre -- Alexandre Plennevaux LAb[au] http://www.lab-au.com -- []´s Jean www.suissa.info Ethereal Agency

[jQuery] Re: jquploader 2 alpha 1 - rich file upload dialog plugin - please test and help

2008-01-31 Thread Jean
Windows XP w/ FF 2 Very cool design btw. On Thu, Jan 31, 2008 at 10:01 AM, Alexandre Plennevaux [EMAIL PROTECTED] wrote: btw, what is your browser and os ? On 31 jan, 12:51, Jean [EMAIL PROTECTED] wrote: Works for me! But was interesting if able to select more than 1 file, like

[jQuery] Re: Shadowbox Media Viewer

2008-01-25 Thread Jean
that somebody on this list might be interested. http://mjijackson.com/2008/01/22/shadowbox-js-media-viewer-1-0-beta/ Enjoy, Michael -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: jQuery Firefox vs IE Problem

2008-01-25 Thread Jean-Etienne LaVallee
This is a known JQuery bug... This has to do with FF rendering tables compliant to the CSS2 spec for display:... in FF table, tr, and td are given display values of table, table-row, and table-cell respectively. In IE they all get block. JQuery's show/hide animation methods switch display:

[jQuery] blur FireFox/IE

2008-01-19 Thread Jean-Sébastien
Hi, i'm trying to do a function on blur event, it works on Firefox but not on IE. what's the reason? I just do this: $('.down_menu.show').livequery('blur', function(){ $(this).removeClass('show'); }); Maybe i should precise i'm using jquery 1.2.1

[jQuery] Re: Element not appended in IE7

2007-12-10 Thread Jean
i have the same problem, but this doesnt work too =/ t On Dec 10, 2007 3:55 PM, Haingotiana A. RAKOTONJANAHARY [EMAIL PROTECTED] wrote: $a = document.createElement('a'); $(a).appendTo($container); -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Ann: Flot 0.1 released

2007-12-04 Thread Jean
-laursen.blogspot.com/2007/12/flot-01-released.html I'm in the midst of writing the API documentation, but the examples should hopefully get you started and the available settings are documented in the source code at the top of the file. -- Ole Laursen http://people.iola.dk/olau/ -- []´s Jean

[jQuery] dataType POST

2007-12-03 Thread Jean-Sébastien
(i post this message again i've posted it 2 hours ago but it didn't appear yet.) in jquery doc is written : warning script will turn posts into gets so, is there a way to send POST or DELETE or PUT ajax query with datatype: 'script'? regards

[jQuery] dataType POST

2007-12-03 Thread Jean-Sébastien
on jquery, is sayed (about dataType='script'): # warning script will turn posts into gets . Is there another to have a dataType='script' and force POST, or PUT or DELETE ? regards

[jQuery] Re: Jquery call strips away script tags

2007-11-29 Thread Jean
is treatly appreciated -- View this message in context: http://www.nabble.com/Jquery-call-strips-away-%22%3Cscript%3E%22-tags-tf4876614s27240.html#a13954590 Sent from the jQuery General Discussion mailing list archive at Nabble.com. -- []´s Jean www.suissa.info Ethereal Agency

[jQuery] Re: Pretty Calendar Plugin

2007-11-29 Thread Jean
Mootools always the best for interface =/ On Nov 29, 2007 2:37 PM, weepy [EMAIL PROTECTED] wrote: http://www.electricprism.com/aeron/calendar/ Unfortunately it's in MooTools - would it be difficult to port ? -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Pretty Calendar Plugin

2007-11-29 Thread Jean
And they are very good in this uhn =p Let jqueryfy them \o/ On Nov 29, 2007 2:59 PM, Rey Bango [EMAIL PROTECTED] wrote: Mootools itself is not the best for interfaces. Mootool users, though, appear to go to great length to style their apps nicely. Rey Jean wrote: Mootools always

[jQuery] Re: selector to string

2007-11-27 Thread Jean-Sébastien
hi suni, want to send an ajax query, in which i tell the dom element to update. On Nov 27, 8:58 am, Suni [EMAIL PROTECTED] wrote: I dont think there is any easy way to do that. A single DOM element could have 10 different selectors that match it (or others with it). Such a function could

[jQuery] Re: selector to string

2007-11-27 Thread Jean-Sébastien
i want to send an ajax query in which i pass the element to update: $.ajax({url: _href,data: rel= + escape(#myId a.myClass)}) On Nov 27, 8:58 am, Suni [EMAIL PROTECTED] wrote: I dont think there is any easy way to do that. A single DOM element could have 10 different selectors that match it

[jQuery] selector to string

2007-11-26 Thread Jean-Sébastien
I'm sure it's a simple question, but i'm looking in the api but don't find it. How do i convert my selected element to a string? something like : #myId a.myClass

[jQuery] Re: new plugin: jClocke

2007-11-20 Thread Jean
done any docs or extensive demos - this is just sort of a proof of concept. so have a look and feel welcome to reply. http://briskey.com/jClocke cheers, db -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Autosuggest

2007-11-20 Thread Jean
archive at Nabble.com. -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Why plugin repository dont have a search?

2007-11-14 Thread Jean
Always when i come to find some plugin i have to click to browse by name and use the search of Firefox to find what i want, so why dont have any search field? sorry the bad english -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: jqGrid update

2007-11-14 Thread Jean
Just now I will work hard on documentation. Enjoy Tony -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: jQuery.LocalScroll 1.1.2

2007-11-14 Thread Jean
/jQuery.LocalScroll/ Hope it'll be useful for someone. Ariel Flesler -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: For Brazilians jQuery Developers

2007-11-01 Thread Jean
alguma regra de validação e depois enviem... Eu tinha desenvolvido um script assim e estou escrevendo ele para o blog... On 31 out, 08:25, Jean [EMAIL PROTECTED] wrote: Bom eu tinha um questionario que deixava uma mensagem de Aguarde enquanto validava, mas não era pa nenhuma faculdade, apesar

[jQuery] Re: [NEWS] Site Using jQuery: TurboTax.com

2007-11-01 Thread Jean
the way the text scales smoothly. There's so much JS used on that site that I can't see the college for the fish :s My skill set ends at reading the html source. :-) -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Autocomplete - which one??

2007-11-01 Thread Jean
, and is relatively easy to use. I've had great luck with Jorn's version... http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Good docs. Not sure about formatting - I've always stuck with the standard output with a few CSS tweaks. Jim -- []´s Jean www.suissa.info Ethereal Agency

[jQuery] Re: passing this

2007-11-01 Thread Jean-Sébastien
').mynamespace().func().$().func(); // alerts 'namespaced plugin', then resets to the normal jquery and alerts 'plugin' Danny On Oct 28, 5:50 pm, Jean-Sébastien [EMAIL PROTECTED] wrote: sorry, james i didn't see someone answer me. what i want to do is ('div').set_of_plugins.choosen_plugin

[jQuery] Re: [News]: Plugin Development Pattern (blog entry)

2007-10-31 Thread Jean
://www.learningjquery.com/2007/10/a-plugin-development-pattern --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: For Brazilians jQuery Developers

2007-10-31 Thread Jean
. Marco Antonio -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: how can i upload file with $.post and php

2007-10-30 Thread Jean
= -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: passing this

2007-10-28 Thread Jean-Sébastien
}); } }); would do something with all the selected elements via test. $ ('div').test() /James On Oct 27, 8:49 pm, Jean-Sébastien [EMAIL PROTECTED] wrote: Hello, i want to call a function $('#selection').parent.child() with the following code : jQuery.fn.extend({ parent: { child

[jQuery] passing this

2007-10-27 Thread Jean-Sébastien
Hello, i want to call a function $('#selection').parent.child() with the following code : jQuery.fn.extend({ parent: { child: function(o){ doSomethingWith(selectedElement) } } }); but i dont know how to pass the selected element through parent (#selection) to child function. regards.

[jQuery] Re: Code in loop

2007-10-26 Thread Jean
in other object the previous result of id continue stored. What I have to do to solve this problem?? -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Code in loop

2007-10-26 Thread Jean
); } } }); }); }); On 10/26/07, Jimmy Neph [EMAIL PROTECTED] wrote: Opa Jean Então...Coloquei esse id aí prá poder zerar e tentar fazer com que o código parasse com esse loop...Mas tb naum tá dando muito certo... O que rola é que ele acaba pegando

[jQuery] Re: Code in loop

2007-10-26 Thread Jean
); $(#answer_box).fadeIn(300); } } }); }); }); On 10/26/07, Jimmy Neph [EMAIL PROTECTED] wrote: Opa Jean Então...Coloquei esse id aí prá poder zerar e tentar fazer com que o código parasse com esse

[jQuery] Re: OT: a very simple download indicator (marquee strikes back)

2007-10-26 Thread Jean
LOL On 10/26/07, Klaus Hartl [EMAIL PROTECTED] wrote: marquee direction=right.../marquee ;-) http://www.stilbuero.de/2007/10/26/a-very-simple-download-indicator-the-glorious-return-of-the-marquee-tag/ --Klaus -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Prevent comment SPAM with jQuery

2007-10-24 Thread Jean
. -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Modifying CONFIRM method

2007-10-10 Thread Jean
(); } $('#confirm').jqmHide(); }); } -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-10-07 Thread Jean
PROTECTED] wrote: Leandro Vieira Pinho wrote: The jQuery lightBox plugin 0.2 version are available. Very nice plugin. Does the caption part of the box need to slide in every time the next/previous image is shown? -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: [PREVIEW] another future grid: jquery.KIKEgrid alpha...

2007-10-05 Thread Jean
holidays for a month, so my work will be delayed to next November...;-) -- Enrique Meléndez Estrada (2367) Servicios Informáticos Organización y Servicios Internos Instituto Tecnológico de Aragón -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: editease - my first plugin endeavor

2007-10-01 Thread Jean
feedback on this idea. Cheers Stephen -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Problems with $.post and $.ajax

2007-09-30 Thread Jean
! :) Hope it helps :) Regards Michael -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: injecting HTML with load() how to bind events?

2007-09-28 Thread Jean
js function with jQ after loading has finished but maybe there is a better way to do so. -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Validate plugin limited? with line error

2007-09-26 Thread Jean
Yes, thanks for help! http://www.interalfa.com.br/questionarios/questionario.php?cod=31 On 9/25/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Jean schrieb: Sorry for my previous email talking about the limitation of Validate plugin with 50 or more elements to validade. Is not an error

[jQuery] Re: Tablesorter dd/mm/YYY date problem

2007-09-26 Thread Jean
parsers (except the basic ones) are removed from the plugin, and selectable from an archive. This is very useful for custom date sorters etc, and will make the plugin even smaller. Jean wrote: Have i write my parser for dd/mm/ date format? The plugin use mm/dd/ either i

[jQuery] Re: Tablesorter dd/mm/YYY date problem

2007-09-26 Thread Jean
this: $(table).tablesorter({dateFormat: 'uk'}); /christian 2007/9/26, Jean [EMAIL PROTECTED]: Unfortunally i´m a jquery noob =/ On 9/26/07, Christian Bach [EMAIL PROTECTED] wrote: I like the idea! I don't have the time to put together such a solutions, is anyone interested in helping

[jQuery] Tablesorter dd/mm/YYY date problem

2007-09-25 Thread Jean
Have i write my parser for dd/mm/ date format? The plugin use mm/dd/ either i changing in plugin configs -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Validate plugin limited?

2007-09-25 Thread Jean
Is a limite of how much inputs we can validate? I have a form with 52 questions what is {required:true} very required. In a 29 questions required it works fine! -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Validate plugin limited? with line error

2007-09-25 Thread Jean
Sorry for my previous email talking about the limitation of Validate plugin with 50 or more elements to validade. Is not an error but the script stops in this line line 487 lem.tagName elem.ownerDocument !elem.ownerDocument.body; jquery-1.2.1 -- []´s Jean www.suissa.info Ethereal Agency

[jQuery] [Announce] WYMeditor 0.4 released

2007-09-12 Thread Jean-Francois Hovinne
Hi All, I'm glad to announce the release of WYMeditor 0.4, a jQuery-based XHTML editor. This release includes new XHTML and CSS parsers, and fixes some outstanding bugs. Thanks to all the contributors who made it possible! Website: http://www.wymeditor.org/ Download:

[jQuery] Re: [Announce] WYMeditor 0.4 released

2007-09-12 Thread Jean-Francois Hovinne
On Sep 12, 3:44 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Wow, it 's starting to take nicely shape, i think i'll give it a try soon. Congratulation jf ! Thanks! What, as a potential user working in real life scenarios, i would like to see how flexible it is: for example, a very

[jQuery] Re: [Announce] WYMeditor 0.4 released

2007-09-12 Thread Jean-Francois Hovinne
The file browser is an often requested feature, and we're actually planning an API to do this sort of things. Anyway, there's an image gallery implementation example, using jCarousel and CodeIgniter, available at: http://trac.wymeditor.org/trac/wiki/Contrib/ImageGalleryExample I'll take a look

[jQuery] Re: [Announce] WYMeditor 0.4 released

2007-09-12 Thread Jean-Francois Hovinne
Joan Piedra a écrit : Hi Jean-Francois, I like how this project is getting better and better, I'd love to see a better support for the latest safari and Opera. Agreed. In fact we're currently working on the Safari implementation: http://trac.wymeditor.org/trac/browser/branches/0.5/wymeditor

[jQuery] Re: Live Query and tables problem

2007-09-05 Thread Jean
://brandonaaron.net/jquery/issues/livequery/table_test/table_test.html I'm not able to reproduce the error you are getting. -- Brandon Aaron On 9/4/07, Jean [EMAIL PROTECTED] wrote: I´m trying to do the hover example of the site http://www.interalfa.com.br/kbs/pesquisa_teste.php i

[jQuery] Re: Validation plugin site down, Jörn?

2007-09-05 Thread Jean
. -- Jörn -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Live Query and tables problem

2007-09-04 Thread Jean
');}); elem.className has no properties [Break on this error] jQuery.grep( elem.className.split(/\s+/), function(cur){ jquery.js (line 342) -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Problem with validate plugin in IE6?

2007-08-28 Thread Jean
Thank Youuu a lot! On 8/27/07, SeViR [EMAIL PROTECTED] wrote: Jean escribió: I dont know why but with validate code my js dont run anything =/ even though a simple alert I´m trying with IE6, FF works fine! Is somebody with the same problem?? $(document).ready( function

[jQuery] Problem with validate plugin in IE6?

2007-08-27 Thread Jean
; }); escondeMSG(carregando); }); function mostraMSG(container) { $(#total).hide(); $(#+container).show(); } function escondeMSG(container) { $(#+container).hide(); $(#total).show(); } -- []´s Jean www.suissa.info

[jQuery] Re: [SOLVED] jQuery Form Plugin and Validation Form

2007-08-22 Thread Jean
Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Problems with VALIDATE PLUGIN

2007-08-21 Thread Jean
I´m so sorry!!! On 8/20/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Jean schrieb: The error is in 795 line jQuery(element).data is not a function [Break on this error] : jQuery(element).data(); Please check Dependencies section of the plugin page

[jQuery] Re: Problems with VALIDATE PLUGIN

2007-08-21 Thread Jean
Yes is that i was searching for =P thanks a lot! i will put into structure list On 8/21/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Jean schrieb: Really lol Dude i´m with a little problem to append the error msg in the right place look my structure ul label for='perg9

[jQuery] Problems with VALIDATE PLUGIN

2007-08-20 Thread Jean
/ul br / ul class=tr li class=td label for=mail Email: /label/li li class=td input name=mail id=mail type=text value=de contato size=50 maxlength=50 class={required:true,email:true} //li /ul /div -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Problems with VALIDATE PLUGIN

2007-08-20 Thread Jean
[EMAIL PROTECTED] wrote: Jean schrieb: I had a problem with a validation plugin in a form with some ul li fomatation couze i´m using display: table and cia to emulate a table formation Can anyone help me? Could you explain what exactly your problem is? If you are using a table layout

[jQuery] Re: Updated Plugin: jQuery Timers. jQuery-oriented setTimeout/setInterval

2007-08-15 Thread Jean
://jquery.offput.ca/every Source file: http://jquery.offput.ca/js/jquery.timers.js -blair -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Do we have something like Mootools:Kwick on jQuery?

2007-08-14 Thread Jean
comrades saw the mootools page and they are fascinated by the kwick accordion. I love jQuery, so, do we have something like that? Regards :D -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: populate div with ajax inquiry

2007-08-10 Thread Jean
is returned as an array to the javascript object. the javascript object gets injected into the DOM. No parameters are passed in the ajax request to the server. thanks again for any insight folks. - sf -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Autocomplete

2007-08-10 Thread Jean
that link is yours version of autocomplete?

[jQuery] [Announce] charToTable plugin

2007-08-07 Thread Jean-Francois Hovinne
Hi All, charToTable is a jQuery plugin I wrote some weeks ago. This plugin converts characters to HTML tables. You can even create animations, or a glyph editor with it. Perhaps it will be useful for somebody, who knows? Description + demos:

[jQuery] Re: [Announce] charToTable plugin

2007-08-07 Thread Jean-Francois Hovinne
Robert O'Rourke a écrit : Neat =] Thanks! Perhaps using tables like that would be another way to do captcha? Not writing it out with jquery but with a server side script. Interesting idea! Actually some kind of HTML encoded captcha, see

[jQuery] Re: [Announce] charToTable plugin

2007-08-07 Thread Jean-Francois Hovinne
If you made 2 key (and fundamental changes) I think you could speed up the performance immensely: 1) Change to using div elements 2) Only use on div (or td) for a block of space. (For example on your String to tables example, the j has 3 rows of 8 columns that are all blank. If you just

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Jean-Francois Hovinne
Thanks for promoting WYMeditor, Tane! Please note that the website is located at http://www.wymeditor.org/ Cheers ;) jf On 30 juil, 19:48, Tane Piper [EMAIL PROTECTED] wrote: Shaun, You could also try out the jQuery based WYMeditor at www.wymeditor.com - I've used it sucessfully with the

[jQuery] Announce: fixedBox plugin

2007-07-30 Thread Jean-Francois Hovinne
Hi, fixedBox is a simple and lightweight jQuery plugin that allows you to easily display a fixed box in the web page. The box is centered by default, but you can also define the left and/ or top positions. More info: http://www.hovinne.com/blog/index.php/2007/07/30/134-fixedbox-jquery-plugin

[jQuery] Re: [ANNOUNCEMENT] jqShuffle plugin (alpha)

2007-07-30 Thread Jean
really really cool! On 7/30/07, Mike Alsup [EMAIL PROTECTED] wrote: This is really cool, Ben!! Mike http://www.benjaminsterling.com/experiments/jqShuffle/ -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Problems with tablesorter

2007-07-24 Thread Jean
the same estructure =/ -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-18 Thread Jean
deleted it. There is a set of experimental parser available here: http://lovepeacenukes.com/tablesorter/2.0/jquery.tablesorter.parsers.js I haven't had the time to test them and there of the experimental status. /christian -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Jean
experience http://pro.portalzine.de -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Announce: jFeed - jQuery RSS/ATOM feed parser plugin

2007-07-16 Thread Jean-Francois Hovinne
FYI, I just posted an article describing a technique to avoid the server-side proxy: http://www.hovinne.com/blog/index.php/2007/07/16/133-jss-javascript-simple-syndication On 15 juil, 23:49, Michael Geary [EMAIL PROTECTED] wrote: Ah, of course. Server proxy. I should have thought of that. Very

[jQuery] Re: Announce: jFeed - jQuery RSS/ATOM feed parser plugin

2007-07-15 Thread Jean-Francois Hovinne
Yes, though you can use a server-side proxy to load external feeds. BTW, a basic one is provided in the archive for testing purposes. On 15 juil, 23:25, Michael Geary [EMAIL PROTECTED] wrote: Nifty idea, but this will only work within a single domain, right?

[jQuery] Re: using JSON... and the jQuery book

2007-07-12 Thread Jean
the easier. In the example my first page EVER with data from a separate json file. Ciao! I'm happy, i'm getting into this web2.0 stuff with fun. GC -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: using JSON... and the jQuery book

2007-07-12 Thread Jean
the easier. In the example my first page EVER with data from a separate json file. Ciao! I'm happy, i'm getting into this web2.0 stuff with fun. GC -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: WYSIWYG Editor in Jquery

2007-07-10 Thread Jean-Francois Hovinne
Hi Gurpreet, It's a pity that you plan to abandon using WYMeditor because of sparse documentation. Please feel free to ask any questions/send feedback on the mailing- list [1] or on the forum [2], we'll be glad to help. Cheers, jf [1]: http://lists.wymeditor.org/ [2]:

  1   2   >