[jQuery] (validate) Problems with additional methods...

2010-01-07 Thread Andrea Puddu
, Andrea

[jQuery] Re: How to build this effect

2009-10-24 Thread Andrea - Aosta
Thank you On 23 Ott, 19:20, DanDan dan.d...@gmail.com wrote: That is cool... I have seen this before as JQuery but not yet tried it: http://webdev.stephband.info/parallax.html On Oct 23, 9:46 am, Andrea - Aosta andreabe...@gmail.com wrote: At this URLhttp://www.smsbig.it/ityousee

[jQuery] How to build this effect

2009-10-23 Thread Andrea - Aosta
At this URL http://www.smsbig.it/it you see an effect build with mootools. THis js change the css style of the background when the mouse moved.With jquery it is possible? Thank you

[jQuery] Re: permission to redistribute Superfish

2009-09-26 Thread andrea
Update: I opened the Superfish source file and found the license information (GPL and MIT) so that answers my own question. Thank you! On Sep 23, 12:29 pm, andrea anan...@gmail.com wrote: Attention: Joel Birch Hello Joel, thank you for your work withSuperfish! I'd like

[jQuery] Superfish bug report

2009-09-26 Thread andrea
For the author of Superfish: I just found a small bug in Superfish that leaves a submenu open in special circumstances. Steps to reproduce the bug - the description would be easier if the example menu items were all named differently :-) 1) go to

[jQuery] permission to redistribute Superfish

2009-09-23 Thread andrea
to distribute a copy of the script bundled with Menubar, for users convenience. Of course full credit will be given to you as the script author. Is that ok with you? I'm looking forward to receiving your permission. Thank you! Regards Andrea Tarantini and...@dontdream.it

[jQuery] Re: KFManager v1.0

2009-08-21 Thread Andrea - Aosta
In the tinymce page the file manager dont'work. On Aug 20, 5:55 pm, Ken kenpha...@gmail.com wrote: sorry. because the time busy, can the next time I will put it to MCE. 2009/8/20 Sam Sherlock sam.sherl...@gmail.com great work Ken on the mce page the normal mce manager opens for me -

[jQuery] News scroller

2009-07-28 Thread Andrea - Aosta
I have found thsi example made width mootools http://javascript.html.it/demo/javascript/5338/esempio.htm A similar plugin for jquery exists? Thank you

[jQuery] Jquer.live and facebox

2009-04-23 Thread Andrea - Aosta
I have used the facebox plugin with a simple a rel=facebox href=#2121/a in the head i have set jQuery(document).ready(function($) { $(\'a[rel*=facebox]\').facebox({ faceboxHtml: \'div id=facebox

[jQuery] Upgrade to jquery 1.3.2 and the ajax function not work....

2009-03-14 Thread Andrea - Aosta
Width jquery 1.2.6 i have a function as function get_dati_gerachia(volte){ var chosenItemText = $(select[name='dati_gerarchia']).val(); a=volte=+volte +id=2ordine_per=2pagine=1master=4dati=+chosenItemText +livello=3menu_pagine_aggiunte=6; $.ajax({ type: POST,

[jQuery] Re: Upgrade to jquery 1.3.2 and the ajax function not work....

2009-03-14 Thread Andrea - Aosta
Same problem with the most simple $post wrapper; i have this javascript function function anteprima(){ dati = new Array(); dati [0]=tinyMCE.get('txtitaliano').getContent(); dati [1]=$(#paginaitaliano).val(); dati [2]=$(select[name='gmap']).val();

[jQuery] Re: Upgrade to jquery 1.3.2 and the ajax function not work....

2009-03-14 Thread Andrea - Aosta
I apologize for my request: i have try on another MAC and all work fine My MAMP is crazy... i reinstall

[jQuery] Re: animate problem with IE7

2008-11-29 Thread ^AndreA^
to grab the exact position, then animate += 245px (or whatever). It's less convenient, but it may be more successful. JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ^AndreA^ Sent: Thursday, November 27, 2008 2:49 AM To: jQuery (English

[jQuery] Re: animate problem with IE7

2008-11-27 Thread ^AndreA^
. The LI elements are already fixed... :-| Any other idea?!? On Nov 25, 11:42 pm, ^AndreA^ [EMAIL PROTECTED] wrote: Ticket opened...http://dev.jquery.com/ticket/3650 bye, Andrea On Nov 24, 11:35 pm, ^AndreA^ [EMAIL PROTECTED] wrote: Yesterday I tried to open a ticket but the server (onhttp

[jQuery] Re: animate problem with IE7

2008-11-25 Thread ^AndreA^
Ticket opened... http://dev.jquery.com/ticket/3650 bye, Andrea On Nov 24, 11:35 pm, ^AndreA^ [EMAIL PROTECTED] wrote: Yesterday I tried to open a ticket but the server (onhttp://dev.jquery.com/) was not responding as it should so I posted a thread also in the jQuery development google group

[jQuery] Re: animate problem with IE7

2008-11-24 Thread ^AndreA^
with the animation plumbing, so I'm not sure why this is occurring. JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ^AndreA^ Sent: Saturday, November 22, 2008 4:26 PM To: jQuery (English) Subject: [jQuery] Re: animate problem with IE7

[jQuery] Re: animate problem with IE7

2008-11-24 Thread ^AndreA^
a couple of days to see if somebody knows something about it and then I'll report it. BTW, Jeffrey, thank you very much for your time!!! Andrea On Nov 24, 6:20 pm, Jeffrey Kretz [EMAIL PROTECTED] wrote: Regardless, it is possible that the actual bug may be in the core animate function as regards

[jQuery] animate problem with IE7

2008-11-22 Thread ^AndreA^
Hi all, I'm working on a slideshow/carousel: http://www.lesperimento.netsons.org/various/my_carousel/ It's works fine except than in IE7/6 (basically as usual... ;-) ) It's weird also because the next button/arrow works well under IE but NOT the prev button/arrow; and that's the problem. I

[jQuery] Re: animate problem with IE7

2008-11-22 Thread ^AndreA^
%'); but that would mean a bug... :-| Thanks, Andrea On Nov 22, 11:51 pm, Jeffrey Kretz [EMAIL PROTECTED] wrote: I watched the animation with the IE developer toolbar, and noticed a couple of oddities. Firstly, the CSS for the divs are set to both position:absolute and float:left

[jQuery] Re: Js traditional to jquery syntax.... how?

2008-11-20 Thread Andrea - Aosta
thank you: but this only set the selected value, and not the set the selected index On 19 Nov, 19:19, aquaone [EMAIL PROTECTED] wrote: $(select).val(value); // for simple select $(select).val([value1,value2]); // for select multiple stephen On Wed, Nov 19, 2008 at 10:15, Andrea - Aosta

[jQuery] Js traditional to jquery syntax.... how?

2008-11-19 Thread Andrea - Aosta
i Have this traditional style js script function Select_Value_Set(SelectName, Value) { eval('SelectObject = document.' + SelectName + ';'); for(index = 0; index SelectObject.length;index++) { if(SelectObject[index].value == Value) SelectObject.selectedIndex = index; } }

[jQuery] editing the content of a new window...

2008-11-18 Thread andrea varnier
hi :) is it possible to edit the content of a freshly open window? if I open it this way, for example: var p = window.open('popup.html'); then if I do var d = p.document; and use d.write('foo'); the document gets cleaned up and there's just 'foo' in the source. that coul be ok, but if

[jQuery] Re: Previous TD

2008-11-18 Thread andrea varnier
On 18 Nov, 04:12, Randy Johnson [EMAIL PROTECTED] wrote: When I click on the date above I want to be able to change the rowSpan on the td that surrounds it.  I cannot seem to get it right. try this: $('#r2').parent().parent().attr('rowspan', '1');

[jQuery] Re: jqRevolve - new, simplistic carousel-like plugin released!

2008-11-16 Thread Andrea - Aosta
The web site don't work (Safari e FF under MAC). On Nov 12, 11:38 pm, Brice Burgess [EMAIL PROTECTED] wrote: Ladies and Gentlemen,   I'm writing to inform you all of a new addition to the jQuery plugin family... Please welcome jqRevolve!   jqRevolve is a carousel-like plugin for jQuery. It

[jQuery] Re: My first attempt at showing/hiding div with jQuery

2008-10-24 Thread andrea varnier
On 24 Ott, 03:52, dsizemore [EMAIL PROTECTED] wrote: Hi, In my first attempt at showing and hiding a div with jQuery, I've hacked together this code and I'm looking for any thoughts on what I did wrong (if anything?) The code seems to work in FireFox, IE7, and Safari/Chrome. Opera and IE6

[jQuery] Re: drag drop not working under IE and Safari

2008-10-23 Thread ^AndreA^
I finally found out the problem... I had called a js variable class (var class;), which is a keyword. That's why it didn't work at all!!! bye On Oct 21, 4:44 pm, ^AndreA^ [EMAIL PROTECTED] wrote: Hi, I'm working on this drag drop script:http://www.lesperimento.netsons.org/various/jquery

[jQuery] Re: ajax upload file deletes input's paths...

2008-10-23 Thread ^AndreA^
I didn't solve the problem, I just found a workaround. bye On Sep 30, 10:13 am, ^AndreA^ [EMAIL PROTECTED] wrote: Hello everyone, I'm uploading some images with AJAX (using ajaxfileupload), with a for loop I upload more than one image... It works very well but I've got an issue under IE7

[jQuery] drag drop not working under IE and Safari

2008-10-21 Thread ^AndreA^
Hi, I'm working on this drag drop script: http://www.lesperimento.netsons.org/various/jquery-mousemove/ It works on Firefox and Opera but not at all on IE and Safari. The events seemed not to start at all... Any idea how to solve it? I tried to put some alert as well but they don't start,

[jQuery] ajax upload file deletes input's paths...

2008-09-30 Thread ^AndreA^
that. Anyone knows why are deleted in IE7 and not under the other browsers? Should I try another plugin for the upload? Any advice would be very appreciate!!! Thanks, Andrea

[jQuery] Replace html class with rel attribute into an anchor

2008-09-21 Thread Andrea - Aosta
I need to replace an attribute inside a tag a... I have this code html a href=url.html class=iframe Link/a And, for all link with iframe class, i need to have a href=iframe.html rel=myrel Link /a I have try with $(.iframe).append(rel='highslide-iframe'); but this append outside

[jQuery] Re: get an image from an input field just with javascript

2008-09-18 Thread ^AndreA^
and they allow just xml,json... Have you got any idea about what I can use? Thanks, Andrea On Sep 17, 6:53 pm, tlphipps [EMAIL PROTECTED] wrote: You could certainly accomplish this with a little bit of AJAX thrown in. Scenario: - user selects image (using input type='file') - user clicks

[jQuery] Re: get an image from an input field just with javascript

2008-09-18 Thread ^AndreA^
and they allow just xml,json... Have you got any idea about what I can use? Thanks, Andrea On Sep 17, 6:53 pm, tlphipps [EMAIL PROTECTED] wrote: You could certainly accomplish this with a little bit of AJAX thrown in. Scenario: - user selects image (using input type='file') - user clicks

[jQuery] get an image from an input field just with javascript

2008-09-17 Thread ^AndreA^
it clicking the PREVIEW link... of course. ;-) I'm working on this preview just using javascript, is there a way to get the picture and not the just path??? Because if I write: $(#bg_image_path).val(); I'll get just the path. Thanks in advance. Andrea

[jQuery] Re: form plugin and a progress bar

2008-09-05 Thread andrea varnier
On 5 Set, 01:24, Mike Alsup [EMAIL PROTECTED] wrote: Unfortunately there is no way to know the progress of the upload with just HTML/JavaScript.  But you can do this with Flash.  Here's an example: http://www.pixeline.be/experiments/jqUploader/ Mike thanks mike :)

[jQuery] form plugin and a progress bar

2008-09-04 Thread andrea varnier
a silly question, but I've tried so many times and I don't really know what to do... :/ thank you in advance andrea

[jQuery] Re: form plugin and a progress bar

2008-09-04 Thread andrea varnier
On 4 Set, 14:21, Giovanni Battista Lenoci [EMAIL PROTECTED] wrote: Hi andrea, it depends on what server side language you are using. Since you're italian I think this link can help you understand how to work with the apc extension for doing it in php: http://forum.html.it/forum

[jQuery] Re: Question about variable declaration

2008-08-20 Thread andrea varnier
thank you very much, all of you! :) Now I got it, I really appreciate your help. andrea

[jQuery] Re: Understanding JSON

2008-08-20 Thread andrea varnier
On 20 Ago, 09:35, Giovanni Battista Lenoci [EMAIL PROTECTED] wrote: For example, if you do an ajax request to a page.php that do a query to the db, and return the data, you'll user the function json_encode (php5, or PEAR on php4) to write the response for javascript. if you cannot use that

[jQuery] Re: how do I stop a further event will be ahppened again if current event has not yet finished

2008-08-19 Thread andrea varnier
On 19 Ago, 04:29, jack [EMAIL PROTECTED] wrote: If an event hasn't finished how do I prevent the same event being triggered again? Thank you in advance! you could just unbind() the action from the element that triggers it, and then re-bind it once the event has completed :)

[jQuery] Question about variable declaration

2008-08-19 Thread andrea varnier
a matter of true or false, but the example I reported above (taken from alsup's form plugin) is clearly something more interesting! can anyone help me please? thank you andrea

[jQuery] form plugin and select()

2008-07-21 Thread andrea varnier
else if (this.tagName.toLowerCase() == 'input') { this.select(); } don't know if it's a valid patch though, or if I messed up something else. for now it seems to work, I just wanted to share, and have your opinions. thanks andrea

[jQuery] Re: contradictory between jquery and pure javascript

2008-07-03 Thread andrea varnier
On 3 Lug, 11:11, yazid [EMAIL PROTECTED] wrote: such a contradictory problems appear frequently, solution please. maybe http://docs.jquery.com/Core/jQuery.noConflict :)

[jQuery] Re: Code not working in IE

2008-06-27 Thread andrea varnier
On 27 Giu, 02:41, Pegpro [EMAIL PROTECTED] wrote: IE sucks. What is wrong here? one question: why are these quotes backslashed? jQuery(\a:contains('Home')\)

[jQuery] Re: how to eliminate easing on animation?

2008-06-26 Thread andrea varnier
. is there a way to have the first element coming out after the last, as if it was 'appended' there? thanks a lot! andrea

[jQuery] Re: Add class on click, then remove when click another, and add to that.

2008-06-26 Thread andrea varnier
On 26 Giu, 07:47, hubbs [EMAIL PROTECTED] wrote: I have a list of links, and when one is clicked, I would like a class to be added.  I understand how to do this, but when you click another link, I would like the class removed from the first click and added to the second click, and so on, so

[jQuery] Re: Select option name attribute

2008-06-26 Thread andrea varnier
On 26 Giu, 05:08, Brad [EMAIL PROTECTED] wrote: Your options should have value attributes and not name. select name=textselector option value=11Text/option option value=12Text 2/option /select Try something like $(textselector option:selected).val(); This works, but since the selected

[jQuery] Re: submitting a form by pressing enter

2008-06-26 Thread andrea varnier
On 26 Giu, 06:20, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have a form, with id=myForm, with a number of text fields (input with type=text).  How do I cause a form submission by pressing enter in any of those form fields? hi. shouldn't this be a default?

[jQuery] [serialScroll] how to eliminate easing on animation?

2008-06-25 Thread andrea varnier
Hi, how can I eliminate that sort of easing in the animations of the SerialScroll plugin? when an action starts, for example on an ul with images in its li's, the images start moving slow, then they reach full speed, and finally they stop by slowing down again. then the next animation is fired.

[jQuery] Re: How to make jquery do a link?

2008-06-25 Thread andrea varnier
On 25 Giu, 11:07, Pegpro [EMAIL PROTECTED] wrote: How can I make jquery do an effect when clicking a link and when it is finished animating follow the link? you can use a callback function, that is to say a function that is called when the effect has finished :) fadeOut, for example:

[jQuery] Re: how to eliminate easing on animation?

2008-06-25 Thread andrea varnier
I put a tag on the subject, but it disappeared... :| anyway, the question is about the SerialScroll plugin, how can I change the subject now? thank you anyway :)

[jQuery] Re: select all divs with the same name

2008-06-20 Thread andrea varnier
On 19 Giu, 21:50, ontguy [EMAIL PROTECTED] wrote: Hello, How would I select all divs with a certain name? what do you mean 'name'? id? that would be $('#mydelete') but it's like css, if you want a certain class $('.mydelete') and so on... http://docs.jquery.com/Selectors :)

[jQuery] Re: select all divs with the same name

2008-06-20 Thread andrea varnier
On 20 Giu, 22:16, jggube [EMAIL PROTECTED] wrote: He meant id. In his example he used #mydelete. To select everything with class=test in mootools, you would do $$(.test). so let's say that jQuery is cheaper, cause it uses less dollars :)

[jQuery] Re: Reversing slideDown/slideUp behavior

2008-06-16 Thread andrea varnier
On 15 Giu, 20:45, fallingandlaughing [EMAIL PROTECTED] wrote: Hello, try and take a look at this great tutorial by karl swedberg http://www.learningjquery.com/2008/02/simple-effects-plugins :)

[jQuery] Re: ui.datepicker trouble

2008-06-16 Thread andrea varnier
On 15 Giu, 08:48, Shawn [EMAIL PROTECTED] wrote: $(#criteriaStart).datepicker(setDate, sd); $(#criteriaEnd).datepicker(setDate, ed); I think you're missing curly brackets here: $(#criteriaStart).datepicker({setDate: sd});

[jQuery] Re: Working with text

2008-06-16 Thread andrea varnier
On 15 Giu, 14:55, Ariel Flesler [EMAIL PROTECTED] wrote: var n = +forum-list-1.slice(-1); ;-) I think this won't work if the number has 2 or more digits. The split('-').pop() way works better imho :)

[jQuery] Re: ui.datepicker trouble

2008-06-16 Thread andrea varnier
On 16 Giu, 11:48, Shawn [EMAIL PROTECTED] wrote: However, the docs found athttp://docs.jquery.com/UI/Datepicker/datepicker#.22setDate.22dateendDate (scroll to the bottom of the page), do not seem to indicate an object is being used to pass the parameters. you're right, and maybe my

[jQuery] Re: .load and asp.net postback

2008-06-16 Thread andrea varnier
On 16 Giu, 08:06, Mike [EMAIL PROTECTED] wrote: Any? it would help if you posted some code, I think :)

[jQuery] Re: Clicking an image and changing a div's html content.

2008-06-16 Thread andrea varnier
for the images that have a class whose name starts with the string 'textChanger'. hope this helps andrea

[jQuery] Re: Use different CSS class

2008-06-16 Thread andrea varnier
On 16 Giu, 11:58, shapper [EMAIL PROTECTED] wrote: Hello, As far as I know to style the error messages a error CssClass is used. Can I use another CSS Class? For example, ShowError? hi you can use any class you want, as long as it is defined in your style sheet :)

[jQuery] Re: reusing events on freshly ajax updated content

2008-06-16 Thread andrea varnier
On 16 Giu, 11:29, C. Feldmann [EMAIL PROTECTED] wrote: I assume that the newly ajax updated content has not been initialized. you're right. What do I have to call after an ajax updating function to ensure working events? you could simply re-initialize the elements, or, better, read these:

[jQuery] Re: datepicker setDate

2008-06-09 Thread andrea varnier
On 8 Giu, 05:36, mark [EMAIL PROTECTED] wrote: but if i do this $('#date').datepicker(setDate, new Date ( January 6, 1972 )); try adding curly braces, to define an object, like this: $('#date').datepicker({defaultDate: new Date ( January 6, 1972 )});

[jQuery] form plugin doesn't want to submit a file

2008-05-23 Thread andrea varnier
hi :) I have this form: form id=sub_immagini enctype=multipart/form-data method=post action=./../js/ajax/upload_files.php input type=hidden name=sub_tipo value=foto/ div class=materiale label for=new_foto_1File:/label input type=file

[jQuery] Re: Color animation on textarea

2008-05-23 Thread andrea varnier
On 23 Mag, 13:48, yabado [EMAIL PROTECTED] wrote: Nice, but I thought this was built into JQ and did not require a plugin to work? no, it is not :)

[jQuery] Re: Create slide box like yahoo

2008-05-16 Thread andrea varnier
On 16 Mag, 09:05, thiendv [EMAIL PROTECTED] wrote: Hi all! I want create slide box like click on More Yahoo! Services inhttp://www.yahoo.com. Please help me thanks I'd suggest you read this great tutorial by Karl Swedberg http://www.learningjquery.com/2008/02/simple-effects-plugins :)

[jQuery] Re: how i can access classes in my div?

2008-05-14 Thread andrea varnier
On 13 Mag, 16:29, canadaduane [EMAIL PROTECTED] wrote: I wonder if you're looking for 'filter' instead of 'next'? $('.bloc-top').click(function(){ $(this).filter('.bloc-center').slideToggle('slow'); }); well... first of all I'm not quite sure about the html Luciano posted. I supposed

[jQuery] Re: Disable Submit button if no text entered

2008-05-14 Thread andrea varnier
On 14 Mag, 11:01, sashabe [EMAIL PROTECTED] wrote: Hello! hi :) you'd better use the submit() method and 'return false'. Then a quick solution to your problem could look like this: $(document).ready(function(){ $('form').submit(function(){ if ($('input:first', 'form').val() == ''

[jQuery] Re: how i can access classes in my div?

2008-05-13 Thread andrea varnier
On 13 Mag, 01:35, Luciano [EMAIL PROTECTED] wrote: how i can access classes in my div? div id=box1 class=box bloc-topcontent top/bloc-top bloc-centercontent slideToggle/bloc-center /div div id=box2 class=box bloc-topcontent top/bloc-top bloc-centercontent

[jQuery] Re: fastest way to edit a select

2008-05-12 Thread andrea varnier
On 9 Mag, 23:05, Wizzud [EMAIL PROTECTED] wrote: An alternative... thanks Wizzud, your code is much faster than mine!! thank you very much ^^

[jQuery] Re: Is there a way of counting the number of id's with the same name, and then renaming them _1, _2, _3 etc.

2008-05-12 Thread andrea varnier
On 12 Mag, 12:31, quirksmode [EMAIL PROTECTED] wrote: Hi, I am dynamically generating html which looks like this: since you're generating the html dynamically, I'd suggest you do it server side (i.e. a for loop). if that is not possible, change div id=wrapper with div class=wrapper, if you

[jQuery] Re: IE7, simple AJAX, and nothing!

2008-05-12 Thread andrea varnier
On 12 Mag, 12:57, Bruce MacKay [EMAIL PROTECTED] wrote: Hello folks, uhm... it's kinda strange O_o maybe this line: $(#justlist,#tech).hide(); is hiding something it should not? just guessing ^^

[jQuery] Re: List ul slideDown/Up Menu

2008-05-10 Thread andrea varnier
On 9 Mag, 23:11, Panman [EMAIL PROTECTED] wrote: Andrea, when I changed to hover() the stopPropagation() effected negatively. Once I removed that it started working ok. Also, what is variable e when passing it to the function? Thanks e stands for event (you can use the entire word as well

[jQuery] Re: fastest way to edit a select

2008-05-10 Thread andrea varnier
thank you very much to the both of you! I'll try and let you know :) just a question for Wizzud: what is this? O_o me[sel_val=='' || me.is('.'+sel_val) ? 'show' : 'hide'](); if I get it, writing me.show(); or me['show'](); is the same? I didn't know. thanks andrea

[jQuery] fastest way to edit a select

2008-05-09 Thread andrea varnier
Hi :) what is the fastest way to edit a select item? I need to show some option's and hide some others, depending on the value of another select. let's say if the user selects a country for his holiday, in the '#hotel_paese' select, the '#hotel_destinazione' select will show only the hotels of

[jQuery] Re: List ul slideDown/Up Menu

2008-05-09 Thread andrea varnier
not sure but you could try something like this, to get more specific... $('#Main_Nav li:has(ul)').mouseover(function(e) { e.stopPropagation(); $(this).children('ul').slideDown('normal'); }).mouseout(function(e) { e.stopPropagation();

[jQuery] Re: Ajax: Posting Xml Data

2008-05-09 Thread andrea varnier
On 9 Mag, 17:17, NeilM [EMAIL PROTECTED] wrote: success : function(data) { // Process data here } what is this function supposed to do? it seems that it doesn't get the correct data (like the data var is empty or something). are you sure that your serverside

[jQuery] Re: .load() problem

2008-05-03 Thread ^AndreA^
Hi, I think it's a normal issue with jQuery, and happens to everyone before or late... ;-) The problem is that when you load the whole DOM at the beginning, the external html file is not loaded yet... and so It doesn't exist at all. Then you load it but it's not bound to any event... that's the

[jQuery] Re: .load() problem

2008-05-03 Thread ^AndreA^
/* DO SOME HTML CODE */ /div END; ? byeee... On May 3, 2:41 pm, ^AndreA^ [EMAIL PROTECTED] wrote: Hi, I think it's a normal issue with jQuery, and happens to everyone before or late... ;-) The problem is that when you load the whole DOM at the beginning, the external

[jQuery] Re: get a a inside a div

2008-04-28 Thread ^AndreA^
[EMAIL PROTECTED] wrote: ok ^AndreA^, i think i got it. I think the markup for the login div is loaded on page load, while the logout button markup is fetched via your ajax call to sign_in.php, right? In such case the issue you are facing is normal, and quite usual: the event binding is set

[jQuery] Re: get a a inside a div

2008-04-26 Thread ^AndreA^
:) On Fri, Apr 25, 2008 at 9:26 AM, ^AndreA^ [EMAIL PROTECTED] wrote: Good observation Olaf but it doesn't work... Actually it's strange, isn't it? If I do this it works when you click wherever in the div: $(document).ready(function(){ $(#id_div).click(function(){ etc... while

[jQuery] Re: get a a inside a div

2008-04-25 Thread ^AndreA^
know how to use it! Anyway I'm not preventing the default event from firing, at least not on purpose... ;-) any other advice? by the way, many thanks guys for the help!!! On Apr 24, 11:17 pm, Olaf Bosch [EMAIL PROTECTED] wrote: ^AndreA^ schrieb: Yes, href=#... Could it be a problem

[jQuery] get a a inside a div

2008-04-24 Thread ^AndreA^
I think it's simple but it doesn't work... to me. ;-) I want to fire an event when I click on that a link inside a div... Inside of the div id=id_div there are: b /b i /i a /a So a would be the third element but it's the first and unique a I tried something like that:

[jQuery] Re: get a a inside a div

2008-04-24 Thread ^AndreA^
to your A tag ? Because its omission kills the click event i think. On Thu, Apr 24, 2008 at 1:22 PM, ^AndreA^ [EMAIL PROTECTED] wrote: I think it's simple but it doesn't work... to me. ;-) I want to fire an event when I click on that a link inside a div... Inside of the div id=id_div

[jQuery] Re: learning jquery

2008-04-11 Thread ^AndreA^
Probably a book is the best solution... but if you are not sure yet (about if you really like jQuery and want to learn it) you can find some good tutorials online... I think you already know this link... but anyway... http://docs.jquery.com/Tutorials Some of them are very well made and a good

[jQuery] jqModal and Submit in existing window

2008-04-10 Thread Andrea-T
with input fields. If one field is empty I want to show an error message on this window, but it closes and I am back on my main window. What do I have to do (maybe a short example), to stay in the window until I explicitly close it with jqmClose? Thank you, Andrea -- View this message in context: http

[jQuery] basic problem css

2008-04-09 Thread ^andrea^
Hi everybody, I'm a new jQuery user and I'm already having some trouble... :-| simply, I've got a menu: ul class=main_menu li class=main_menu id=menu_id0 a href=#HomepageHomepage/a /li li class=main_menu id=menu_id1 a href=#application_1ONE/a

[jQuery] Re: basic problem css

2008-04-09 Thread ^andrea^
wow, you've been as fast as Lightning... That was exactly the point! With quotes it work perfectly. cheers again, Andrea On Apr 9, 12:52 pm, Richard D. Worth [EMAIL PROTECTED] wrote: On Wed, Apr 9, 2008 at 7:39 AM, ^andrea^ [EMAIL PROTECTED] wrote: when I load the page and I do

[jQuery] Re: missing ; before statement in ui.tabs

2008-03-10 Thread andrea varnier
On 9 Mar, 17:16, eyal [EMAIL PROTECTED] wrote: Hello, For some reason i'm having missing ; before statement error when i'm running ui.tabs altough on the demo page it's run just fine. What do think might be the problem? Thanks! Eyal could you please post some of your code so we can see?

[jQuery] Re: display returned data from posting page

2008-03-10 Thread andrea varnier
it is your code, that should work: jQuery.post(container.url, { data1:1}, function(data){ var rData=data }); :) andrea

[jQuery] Re: passing form data to $.ajax

2008-03-05 Thread andrea varnier
On 4 Mar, 12:58, Mike Alsup [EMAIL PROTECTED] wrote: You cannot upload files with ajax. Use the form plugin for that functionality. thank you :)

[jQuery] passing form data to $.ajax

2008-03-04 Thread andrea varnier
hi :) I'm wondering is there a way to pass form data to $.ajax()? let's say I want to upload a file, what is the correct way? passing the content of the input type=file this way $('#myInput').val() doesn't work. How is that done? thank you andrea

[jQuery] Re: Div Changer Using Hide And Show

2008-02-22 Thread andrea varnier
On 21 Feb, 23:03, Sientz [EMAIL PROTECTED] wrote: $('a#blackbook').click(function() { //HIDE DIVS hide_divs(); //SHOW LISTED DIV $('.blackbook').show('fast'); return false; }); you see you got all these functions that basically do the same thing. if an anchor has

[jQuery] Re: How can I make searching not case-sensitive?

2008-02-21 Thread andrea varnier
var xx=$(form#form1 *).fieldValue()[0].toLowerCase(); sorry :p

[jQuery] Re: How can I make searching not case-sensitive?

2008-02-20 Thread andrea varnier
On Feb 20, 8:55 pm, dinu [EMAIL PROTECTED] wrote:   xx=$(form#form1 *).fieldValue()[0]; hi :) have you tried this? xx=$(form#form1 *).fieldValue()[0].toLowerCase;

[jQuery] Re: How to add a CSS Class to this

2008-02-18 Thread andrea varnier
On 18 Feb, 05:06, expresso [EMAIL PROTECTED] wrote: I figured maybe I could just append an addClass after the element.parent(td).next(td) but not sure if that's correct that's correct if you want to add tha class to the table cell which is next to the element you pass (to the function). if

[jQuery] Re: How to add a CSS Class to this

2008-02-18 Thread andrea varnier
On 18 Feb, 10:15, andrea varnier [EMAIL PROTECTED] wrote: that's correct if you want to add tha class to the table cell which is next to the element you pass (to the function). I'm sorry this is completely wrong!!! :))) don't know what I wrote. like you would put addClass inside the appendTo

[jQuery] Re: How to add a CSS Class to this

2008-02-18 Thread andrea varnier
On 18 Feb, 13:59, andrea varnier [EMAIL PROTECTED] wrote: $(element.parent('td').next('td').addClass('myClass'); errata corrige: element.parent('td').next('td').addClass('myClass'); assuming var element already contains a jQuery object. I'm sorry, I really should have stayed home today :|

[jQuery] Re: How to add a CSS Class to this

2008-02-18 Thread andrea varnier
On 18 Feb, 05:17, expresso [EMAIL PROTECTED] wrote: Actually I already included my .css page. How do I just add a class to the td here is what I'm really asking. $(element.parent('td').next('td').addClass('myClass'); this doesn't work?

[jQuery] Re: finding if element is focused

2008-02-18 Thread andrea varnier
On 18 Feb, 16:22, Eridius [EMAIL PROTECTED] wrote: anyone? I think that if you don't post some more infos it will be very difficult to think of an answer. what do you need this for? maybe someone can suggest another approach... :)

[jQuery] Re: on form submission, how to decide on submit: return true / false

2008-02-15 Thread andrea varnier
On 15 Feb, 06:20, freech [EMAIL PROTECTED] wrote: 1. I handle the check.php file like: ?php if (!isset($_POST['username'])) echo please input a username; ... if $username already exists, echo the name you try to register is already taken; I think you could insert in your document a div with

[jQuery] Re: Animate function. Once I animate how do I er.... de... animate

2008-02-14 Thread andrea varnier
there's a toggle() method, too, that toggles between two functions. like this: $(#container).toggle(function() { $(#container).animate({marginTop: -300px}, slow); }, function() { $(#container).animate({marginTop: 300px}, slow); }); :)

  1   2   >