[jQuery] How to address elements (id? name? class?)

2009-10-26 Thread André Hänsel
and I address them using $(#header input.search) and $(#content input.search)? Or, because the aforementioned method mixes CSS-required classes with JS-required classes, use another attribute, possibly name? Regards, André

[jQuery] Which event to use with form elements

2009-08-22 Thread André Hänsel
Hi, is there any event that I can use to trigger an action immediately when a form element is changed? (And similarily when it is changed and then looses the focus.) I think JS does not provide such an event but maybe jQuery provides some kind of virtual event for this case? Regards, André

[jQuery] Expression vs. selector

2009-08-11 Thread André Hänsel
Hi, in the docs there are methods accepting arguments of type Expression (filter,...) and methods accepting Selector (appendTo,...) To me it looks as if they were used interchangeable. So what is an Expression in contrast to a Selector? Regards, André

[jQuery] How to bind event handlers to elements

2009-08-11 Thread André Hänsel
Hi list, which is the recommended way to bind event handlers to elements. Preferably without giving each of them an id. As far as I know, the classic way (input onchange=...) is considered deprecated and evil. So what is the jQuery way of doing this? Regards, André

[jQuery] Menu autoheight on click event

2009-05-13 Thread André
Hello all, I posted a question on this board earlier, regarding a menu with a variable height. I got help from someone named Charlie (thanks again), who helped me a lot, but unfortunately he also got stuck. V.1: http://www.opee.nl/jquery/index.html (what it should look like - static)

[jQuery] Re: Menu autoheight on click event

2009-05-13 Thread André
quite a few bugs in the how it should be. In about 4 hours from now ( after my full time job )  I could write you a menu plugin that will work similar to that. with an auto height feature. and a parent child child-to-child support On Wed, May 13, 2009 at 2:15 PM, André andrejilde...@gmail.com

[jQuery] Re: Variable div #menu height - Jquery

2009-05-13 Thread André
Hey jd, Thanks for your reply. I understand what you are trying to achieve, but it does not work with my example, since the child ul was absolutely positioned (to get 'em next to each other). That is why this is such a problem. Thanks anyway ;). Greetings, Andre On 13 mei, 17:25, ehime

[jQuery] Re: refresh image?

2009-05-06 Thread André Oliveira
you can, replace your querystring... $(#captcha).attr(src).replaceWith(inc/captcha/captcha.php?test=123); in the next reload $(#captcha).attr(src).replaceWith(inc/captcha/captcha.php?test=231); it isn't the best practice... 2009/5/6 Eric Garside gars...@gmail.com For reference, this php

[jQuery] Re: Variable div #menu height - Jquery

2009-04-24 Thread André
This is a shameless bump... Can someone please help me out? On 22 apr, 14:27, André andrejilde...@gmail.com wrote: Whoops, The Javascript file can be found here:http://www.opee.nl/jquery/js/init.jshttp://www.opee.nl/jquery/js/init1.js Greetings, Andre On 22 apr, 14:15, André andrejilde

[jQuery] Variable div #menu height - Jquery

2009-04-22 Thread André
Hello all, I've been struggling with implementing Jquery into my navigation menu. The menu itself is an unordered list with subitems. The subitems appear next to the main menuitems (for showing, hiding and append classes to these items I use the 'collapsor'-plugin). So far so good... What is

[jQuery] Re: Variable div #menu height - Jquery

2009-04-22 Thread André
Whoops, The Javascript file can be found here: http://www.opee.nl/jquery/js/init.js http://www.opee.nl/jquery/js/init1.js Greetings, Andre On 22 apr, 14:15, André andrejilde...@gmail.com wrote: Hello all, I've been struggling with implementing Jquery into my navigation menu. The menu

[jQuery] Re: validation with jquery 1.3

2009-02-02 Thread andré
thanks i use an old version thanks for your help. On 30 jan, 19:24, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Have you updated to 1.5.1?http://bassistance.de/2009/01/14/releases-jquery-13-and-validation-pl... Jörn On Fri, Jan 30, 2009 at 5:17 PM, andré l...@chrom.fr wrote

[jQuery] validation with jquery 1.3

2009-01-30 Thread andré
Hello, Thanks for your fabulous validation form. But I 've a problem.When I use jquery 1.2.6, my form works well on IE, firefox and safari. But When I use jquery 1.3 in IE the error message doesn't work Can you help me ? my script : $().ready(function() { // validate signup form on keyup

[jQuery] Re: Select an element in an ancestor selector

2008-10-29 Thread André
Thanks a lot for the answer, Tim, but it did no work either. It's 5 levels up and there are different tags on the way... I think that's the reason it's getting that hard. Maybe I'm to focused in the li and the solution is in a different path... André On 28 out, 18:59, tpb976 [EMAIL PROTECTED

[jQuery] Re: Select an element in an ancestor selector

2008-10-29 Thread André
).click(function(){ $ (this).parents().find(a.apImg).addClass(apImgOn).removeClass(apImg); }); Thanks a lot for the help! André On 29 out, 07:28, André [EMAIL PROTECTED] wrote: Thanks a lot for the answer, Tim, but it did no work either. It's 5 levels up and there are different tags

[jQuery] Select an element in an ancestor selector

2008-10-28 Thread André
(){ $ (this).parents(li:first).next().find(a.apImg).addClass(apImgOn); $ (this).parents(li:first).next().find(a.apImgOn).removeClass(apImg); }); But it doesn't work!! Is there anyone to help me, please? André

[jQuery] Re: Adding select option values to hidden field

2008-10-03 Thread André Cassal
Hey Jamie... I'm using this one http://docs.jquery.com/Ajax/serializeArray It's working for me... On Aug 8, 7:06 am, Jamie Pittock [EMAIL PROTECTED] wrote: Anyone able to offer any ideas? On Aug 7, 3:25 pm, Jamie Pittock [EMAIL PROTECTED] wrote: Sorry, the value would be a

[jQuery] jQuery Form Plugin

2008-10-02 Thread André Cassal
Hey Folks, Can I cancel a connection during an upload? I'm using this form plugin http://www.malsup.com/jquery/form/ and a dialog showing the process, but the dialog needs to have a cancel button to trigger a client-side cancel. As this plugin uses an iframe to target a form, I need just

[jQuery] Re: jQuery Form Plugin

2008-10-02 Thread André Cassal
Hey Mike, thanks, it works. Don't you think we can have this feature built-in ? Something like $('form').ajaxForm('cancel') I don't know exactly where I can post this request Best, André On Oct 2, 10:20 am, Mike Alsup [EMAIL PROTECTED] wrote: Hmm, haven't tried it but I suppose you could do

[jQuery] Re: Using jQuery Form Plugin - submitting special characters

2008-09-18 Thread Carlos André Oliveira
All strings are in the form, to submit this form I'm using the jquery.form plugin as the function below: function foo(){ var options = { url: 'model/serviceRelease.asp?id=5', target: '#divMessage', type: 'get', success: messageSuccess}; $('#myForm').ajaxForm(options);

[jQuery] inserting file in file using cluetips

2008-08-27 Thread André
, and displaying the result. 2. having an active element within elem1.html (let's call it more) and using more as the source of a new cluetip, used to pull common.html. (I don't want to have it displayed as a separate web page, losing focus; a popup might be acceptable). Thanks for any help, André

[jQuery] Re: inserting file in file using cluetips

2008-08-27 Thread André
On Aug 27, 5:23 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Hi André, There are a couple ways I can think of to do #1. I've whipped up a   couple demos to show you: http://plugins.learningjquery.com/cluetip/demo/multi-ajax.htmlhttp://plugins.learningjquery.com/cluetip/demo/multi-ajax2.html