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

2010-01-07 Thread Andrea Puddu
ellidos NIF Teléfono E-mail He leído y acepto las bases legales ... Thanks in advance! Best Regards, Andrea

[jQuery] Re: How to build this effect

2009-10-24 Thread Andrea - Aosta
Thank you On 23 Ott, 19:20, DanDan 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 wrote: > > > > > At this URLhttp://www.smsbig

[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] 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 http://users.tpg.com.au/j_birch/plugins/superfish

[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 wrote: > Attention: Joel Birch > > Hello Joel, > > thank you for your work withSuperfish! > > I'd like

[jQuery] permission to redistribute Superfish

2009-09-23 Thread andrea
t I'd like 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 wrote: > sorry. because the time busy, can the next time I will put it to MCE. > > 2009/8/20 Sam Sherlock > > > > > > > great work Ken > > > on the mce page the normal mce manager opens for me - and as Cyril said the > > pa

[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 21 in the head i have set jQuery(document).ready(function($) { $(\'a[rel*=facebox]\').facebox({ faceboxHtml: \' \

[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: 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(); $.pos

[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=2&ordine_per=2&pagine=1&master=4&dati="+chosenItemText +"&livello=3&menu_pagine_aggiunte=6"; $.ajax({

[jQuery] Re: animate problem with IE7

2008-11-29 Thread ^AndreA^
> > When you click prev or next, use the offset() function 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:[EMAI

[jQuery] Re: animate problem with IE7

2008-11-27 Thread ^AndreA^
hing is changed. The 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 PROTE

[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] Re: animate problem with IE7

2008-11-24 Thread ^AndreA^
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 co

[jQuery] Re: animate problem with IE7

2008-11-24 Thread ^AndreA^
the other divs that had a positive percentage were handled correctly. > > > While processing this div the starting position was somehow altered to -4%, > > leaving the ending position at 46% (-4 + 50). > > > I'm not that familiar with the animation plumbing, so I'm not

[jQuery] Re: animate problem with IE7

2008-11-22 Thread ^AndreA^
te('left','+=50%'); 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

[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: 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 >

[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; } } s

[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] 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 there'

[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 jQu

[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 an

[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... > &

[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 &a

[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^
input field does not allow me to do 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 Link And, for all link with iframe class, i need to have Link I have try with $(".iframe").append("rel='highslide-iframe'"); but this append outside the

[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 ) >

[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 ) >

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

2008-09-17 Thread ^AndreA^
se 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] 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: > &g

[jQuery] form plugin and a progress bar

2008-09-04 Thread andrea varnier
I'm asking 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: 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 tha

[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] Question about variable declaration

2008-08-19 Thread andrea varnier
WON'T work :| where is my mistake? at first I thought those declarations were just 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] 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] form plugin and select()

2008-07-21 Thread andrea varnier
added this at line #865 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: 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] 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". > > > Text > Text 2 > > > Try something like > > $("textselector option:selected").val(); This works, but since the selected option is the actual value of the , I would do something l

[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,

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

2008-06-26 Thread andrea varnier
imation. 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: 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: 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: $('a.

[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 with images in its '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. I got

[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: 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: passing 0 to html() doesn't work like it does for other numbers

2008-06-17 Thread andrea varnier
On 17 Giu, 02:02, Lowell <[EMAIL PROTECTED]> wrote: > When I call html(5) it will set the innerHtml of my element(s) to "5". > However, zero seems to work differently. When I call html(0), it > removes the contents of my element(s) and does not append anything. I > had hoped after a call to html(0

[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 th

[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: Clicking an image and changing a div's html content.

2008-06-16 Thread andrea varnier
7;_')[1]; $('#' + the_id).html('cool this is bold'); }); $('img[class^=textChanger]') means: look for the images that have a class whose name starts with the string 'textChanger'. hope this helps andrea

[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: 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 sug

[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 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: 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: 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] 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] form plugin doesn't want to submit a file

2008-05-23 Thread andrea varnier
hi :) I have this form: File: Nome: Tags per l'immagine: jquery code is simple: $('#sub_immagini').ajaxForm(); if I submit it while it's em

[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: 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-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 suppose

[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? > > content top > content slideToggle > > > > content top > content slideToggle > looking at your code, the action is something like this: "when the user clicks on a bloc-top element

[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: Syntax question regarding value of currrent element being clicked.

2008-05-12 Thread andrea varnier
On 12 Mag, 13:05, Pickledegg <[EMAIL PROTECTED]> wrote: > How do I refer > to the current dropdown being changed, and get its value? hi :) you should use $(this).val()

[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 with , if you need the "wrapper" string, or

[jQuery] Re: fastest way to edit a

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: fastest way to edit a

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] Re: List 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

[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 serversid

[jQuery] Re: List 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(); $(this).children('ul').slideUp(

[jQuery] fastest way to edit a

2008-05-09 Thread andrea varnier
Hi :) what is the fastest way to edit a item? I need to show some '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 that country. p

[jQuery] Re: .load() problem

2008-05-03 Thread ^AndreA^
; ?> 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 > exte

[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: get a inside a

2008-04-28 Thread ^AndreA^
lcome_div").html("Welcome $_user!!! Log out "); The two way of proceeding seem similar to me... Anyone can find out what's the difference?!? If you think I'm a bit confused 'cause I don't see the real difference... yes, I'm a bit confused!!! hehe... By

[jQuery] Re: get a inside a

2008-04-26 Thread ^AndreA^
age so that we > can have a look, because the error is somewhere in your markup, that's for > sure :) > > > > On Fri, Apr 25, 2008 at 9:26 AM, ^AndreA^ <[EMAIL PROTECTED]> wrote: > > > Good observation Olaf but it doesn't work... > > > Actually it&#x

[jQuery] Re: get a inside a

2008-04-25 Thread ^AndreA^
vent.preventDefault(); etc... I really don't 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: &

[jQuery] Re: get a inside a

2008-04-24 Thread ^AndreA^
ribute 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

[jQuery] get a inside a

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 link inside a ... Inside of the there are: So would be the third element but it's the first and unique I tried something like that: $(document).ready(function(){ $("#id_div a").clic

[jQuery] Re: IE XML Parsing problem - newb

2008-04-19 Thread andrea varnier
On 17 Apr, 21:43, nmadg <[EMAIL PROTECTED]> wrote: > What am I doing wrong!!! Thank you so much for your help. are you working with a local file? IE doesn't like it at all! if this is the case, don't worry, it'll work once the system will be online. otherwise, if you need to use local files anyw

[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 po

[jQuery] Re: Ajax - synchronous ajax call timeout

2008-04-11 Thread ^andrea^
Hi, in the $.ajax() function there is an option (async) which is boolean and is true by default, you have to set it false. "async Boolean Default: true By default, all requests are sent asynchronous (e.g. this is set to true by default). If you need synchronous requests, set this

[jQuery] jqModal and Submit in existing window

2008-04-10 Thread Andrea-T
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] 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: >

[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: Homepage ONE TWO THREE FOUR and I wa

[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

[jQuery] Re: display returned data from posting page

2008-03-10 Thread andrea varnier
urn data via json? hi, here 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 anch

[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: 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: 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 here is what I'm really asking. $(element.parent('td').next('td').addClass('myClass'); this doesn't work?

  1   2   >