[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: 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] 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] 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^
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] 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-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-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-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-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] 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: 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] 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] 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] 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] 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] 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: 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] 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] 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] 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: 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] 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-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-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: .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^
; ?> 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] FadeIn effect not working on all image

2007-07-31 Thread Andrea - Aosta
At this url http://www.archea.it/architetti/index.php/home/progetto/1 i have a fadeIn effect on a image... al work but the fade effect not exapnad on all image but only on a frame of it... at the bottom the image is not fade but hide/show... What is my error? Thank you Please excuse my very bad e

[jQuery] bind an event to success validation

2007-09-03 Thread Andrea Campolonghi
}); I was sure submit event was fireing only when form was effectivly submitted and that a false validate should block this effect. But if I submit and validation show an error the submit event is fired and loading bar is displayed. I need to bind the submit event only to the positive response of validation but I do not find the right syntax. Any suggestion Andrea

[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] 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] 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: 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] (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] ANNOUNCEMENT: Chili 1.9 much faster

2007-09-26 Thread Andrea Ercolino
Chili is now much faster than before. Try it! http://noteslog.com/post/chili-19-released-today/ -- View this message in context: http://www.nabble.com/ANNOUNCEMENT%3A-Chili-1.9-much-faster-tf4524829s15494.html#a12909607 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: ANNOUNCEMENT: Chili 1.9 much faster

2007-09-27 Thread Andrea Ercolino
Very simple. Look at the new example posted in http://noteslog.com/post/chili-19-released-today/ : It's what you're looking for. But Chili 1.9 is very fast, it colorize 3000 lines in less than 1 second !! Maybe there is no need for the extra button... Guy Fraser-2 wrote: >

[jQuery] Combo with images

2007-10-12 Thread Andrea - Aosta
at this url http://scbr.com/docs/products/dhtmlxCombo/index.shtml a combo with the image my question: it is possible to create a similar combo with the jquery?

[jQuery] Re: jqGrid new version

2007-10-22 Thread Andrea - Aosta
Hello: very good work... one info: it is not possible to get the data with a POST ... in the example all are set for a GEt method // get the requested page $page = $_GET['page']; // get how many rows we want to have into the grid // rowNum parameter in the grid $limit = $_GET['rows']; // get ind

[jQuery] jQuery Cycle Plugin: how to fade the first image also...

2007-11-06 Thread Andrea - Aosta
I have discoverde the very best jQuery Cycle Plugin: i want to create a fading with a few image... alll work fine but it is possible to apply the fade effect at the first image also? Thank You Ciao!

[jQuery] Re: jQuery Cycle Plugin: how to fade the first image also...

2007-11-07 Thread Andrea - Aosta
few image... alll work fine but it is possible to > > apply the fade effect at the first image also? Thank You Ciao! > > Hi Andrea, > > The Cycle Plugin does not currently support that behavior, but with > jQuery v1.2 and later you could probably do this to achieve

[jQuery] Re: Which child am I?

2007-11-26 Thread Andrea Varnier
On 11/26/07, badtant <[EMAIL PROTECTED]> wrote: > When the user hovers the th-element I have a function. I want that > function to return which of the columns that has been hovered. Something like this? aaa

[jQuery] Packing a javascript modified

2007-11-27 Thread Andrea - Aosta
I have modified a file for jquery... a WYMeditor editor js file and i want to packing it. How tool i use? Thank you

[jQuery] Re: Remove class from an element x, by clicking on y or z?

2007-12-08 Thread Andrea Varnier
El Magnifico: > Hi, > > Although I figured out the part to add/remove class to an element: > > $("li.x").click(function(){ > var $this = $(this); > if( $this.is('.xshown') ) { > $this.removeClass('xshown'); > $this.addClass('xhidden'); > } > else { > $this.removeClass('xhidden'); > $this.addClass(

[jQuery] Re: Add a scrollbar to a navigation menu

2007-12-11 Thread Andrea Varnier
Jason ha scritto: > When the height of the navigation bar is over the window of web > browser .,I want a scrollbar show up in my navigation bar instead of > in the web browser . have you tried overflow:scroll; ?

[jQuery] Re: Add a scrollbar to a navigation menu

2007-12-11 Thread andrea varnier
On Dec 11, 8:34 pm, "Andrea Varnier" <[EMAIL PROTECTED]> wrote: > overflow:scroll; I mean, in the CSS... but maybe that's not the question? sorry :)

[jQuery] MSIE 7.0 and slide() function...

2007-12-22 Thread andrea varnier
audio spartiti lezioni Andrea curriculum foto

[jQuery] jCarousel Lite and Thickbox

2008-01-06 Thread Andrea - Aosta
Anyone as worked with this two plugin... i want to use a jcarousel lite and, with a click on the image, a thickboc effetct... it is possible? Thank you

[jQuery] Chili 1.8 gets chainability

2007-05-17 Thread Andrea Ercolino
Hi everybody. I've just released http://notelog.com/category/chili/ Chili 1.8 , which eventually gets a very requested feature: the mithical jQuery chainability. Improved speed and better examples are good news too. I hope you'll enjoy it. --Andrea -- View this message in cont

[jQuery] Re: Help Test jQuery 1.1.3

2007-05-21 Thread Andrea Ercolino
I've just tested it with Chili 1.8 and all is ok. Just a little thing: the show() / hide() functions work much slower than before and they have a 'nice' (quoted because not needed nor requested) transition effect, which is maybe responsible for the slow-down factor. hide() is a bit faster than s

[jQuery] Re: Chili 1.8 gets chainability

2007-05-21 Thread Andrea Ercolino
No problems at all :-) Chili safely use the $ shortcut by means of this trick: ( function( $ ) { /* $ is really jQuery here */ } )( jQuery ); Stosh wrote: > > > On May 17, 4:11 pm, Andrea Ercolino <[EMAIL PROTECTED]> wrote: >> I've just released http://notelo

[jQuery] Introducing Hot Chili

2007-07-08 Thread Andrea Ercolino
Hot Chili is my new little creature. It's like a graffiti spray can: grab it and spice up someone else's gray codes. A short post about it: http://noteslog.com/post/introducing-hot-chili/ -- View this message in context: http://www.nabble.com/Introducing-Hot-Chili-tf4045543s15494.html#a114915

[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] 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: 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] 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: 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] 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: 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] 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] 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] 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: 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] 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] 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: 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] ZOOM on the image

2008-01-15 Thread Andrea Bersi
there is a plugin prebuild? Thank you Andrea AOSTA ITALY

[jQuery] IE won't change the 'name' attribute :|

2008-02-01 Thread andrea varnier
27;t have any effect at all. funny thing is that the attribute 'value' is set to "", and even the attr 'for' of the prev label changes correctly!!! I'm pretty confused... what could I do? any ideas? thank you :) andrea

[jQuery] Re: Post to Preloaded AJAX Page?

2008-02-01 Thread andrea varnier
On Feb 1, 8:28 pm, Pete <[EMAIL PROTECTED]> wrote: > $('a.module').click( function() { >         $.post('somepage.asp', { >                 module: 'AP' >         }, function() { >         document.write(module)); >         }); >         return false; > > }); Hi :) you need to modify the $.post r

[jQuery] Re: Post to Preloaded AJAX Page?

2008-02-02 Thread andrea varnier
On 1 Feb, 21:33, Pete <[EMAIL PROTECTED]> wrote: > So can I post to default.asp#contactSection or > "#contactSection somepage.asp" or do I need additional parameters? you just need to do $("#contactSection").load('somepage.asp'); and that's all, somepage.asp will be loaded into the element with

[jQuery] Re: How to bind to a dynamically created object

2008-02-02 Thread andrea varnier
On 2 Feb, 18:06, wyo <[EMAIL PROTECTED]> wrote: >$('.expanding, id=#'+i+). > Is this because of my code or livequery? any idea how to solve it? maybe cutting that 'id=' ? simply: $('.expanding, #'+i+).

[jQuery] Re: getting the ID number of a cloned table row

2008-02-04 Thread andrea varnier
On 4 Feb, 12:51, Bruce MacKay <[EMAIL PROTECTED]> wrote: > The function I'm using is as follows. Two questions: > 1. I get an error at the alert - intCurrentRowID is not > defined. What is my error here? ParseInt() returns an integer if the number is at the beginning of the string, and undefine

[jQuery] Re: Detecting ctrl+click on an element

2008-02-04 Thread andrea varnier
On 4 Feb, 14:38, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > The subject says it all... > > How I can detect a crtl+click on an element? try this, supposing #target is yout target var clickFn = function(){ alert("ctrl + click"); $(this).unbind('click', clickFn); } $(do

[jQuery] Re: Detecting ctrl+click on an element

2008-02-04 Thread andrea varnier
On 4 Feb, 17:20, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote: > Another way would be to use the ctrlKey property of the Click event: > > $('#element').click(function(e) > { > if (e.ctrlKey) > { > do_something(); > } >

[jQuery] Re: Detecting ctrl+click on an element

2008-02-04 Thread andrea varnier
On 4 Feb, 16:15, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > I was making some test, and I have little problem.. > > If I bind a function to an element with jquery style method: > > $('#target').bind('click', function() { dosomething(this); ) }); > > in my dosomething function I can retr

[jQuery] Re: work with what this.id gave me

2008-02-04 Thread andrea varnier
On 3 Feb, 23:12, marcus <[EMAIL PROTECTED]> wrote: > because i think this is somehow ugly i just wanted to know if there is > maybe a better way to do this. you can put the object directly in the variable var chosen = $(this); and then chosen.empty(); I prefer to put a dollar in the variable

[jQuery] Re: IE won't change the 'name' attribute :|

2008-02-04 Thread andrea varnier
").clone(); $cloned.find("what I need").attr("name", new_name); ... $cloned.appendTo("#someone"); this works perfectly. I know it may sound quite noobish, ma I just wanted to share. And if you have further suggestions on optimization, they would be more than welcome :) thanks a lot to everybody andrea

[jQuery] datepicker with 2 months not floating correctly [width issue I suppose]

2008-02-06 Thread andrea varnier
first, and they both have blank space on the right... I swear I didn't mess with the CSS, and this issue affects both IE7 (not tested with 6) and FF... could you please help me? thanks a lot andrea

[jQuery] Re: css : check a condition on element X and apply style on element Y. HOW?

2008-02-06 Thread andrea varnier
On 6 Feb, 15:20, Monkeytail <[EMAIL PROTECTED]> wrote: > When the page loads, all div's with class 'foo' that have an h4 > element that contains 'bar' must show up in red (the div, not h4). The > div's that are not containing bar stay 'default'. Hi and welcome :) this wil do: $("div.foo:has(h4:c

[jQuery] Re: Finding index of the first empty text field

2008-02-07 Thread andrea varnier
On 7 Feb, 03:11, bikuta <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to find the index of the first empty text field (class name > is item). Hi there I've tried in many ways but the only one that works seems to be this one: $("input").index($(".item[value='']:first")[0]); You definitely n

[jQuery] Re: Finding index of the first empty text field

2008-02-07 Thread andrea varnier
On 7 Feb, 11:23, andrea varnier <[EMAIL PROTECTED]> wrote: > $("input").index($(".item[value='']:first")[0]); this one is better: $("input").index($(".item[value='']")[0]); since we're using that [0] there's no longer need for the ":first" selector :)

[jQuery] Re: How do I filter an XML file?

2008-02-07 Thread andrea varnier
On 6 Feb, 21:52, victorcorey <[EMAIL PROTECTED]> wrote: > XML sample: > [...] > > How can I filter the row nows based on the region? I want to only show > row nodes that have a region value of Latin America and the Caribbean. is this some xml you get from an ajax call? in this case, if you use $

[jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect?

2008-02-08 Thread andrea varnier
On 8 Feb, 02:41, Andy Matthews <[EMAIL PROTECTED]> wrote: > I'm thinking now that I could possible position each column absolutely > in a parent container and theoretically that would prevent the > animation from messing with anything else. I think position absolute is a good solution. see this p

[jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect?

2008-02-08 Thread andrea varnier
On 8 Feb, 16:28, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > Andrea... > > I think you're right...absolute positioning should solve my problem. The > animation in your example works perfectly, but the text is located below the > navigation, rather than t

[jQuery] Re: toggleClass weird behaviour

2008-02-08 Thread andrea varnier
On 8 Feb, 17:49, walterg2 <[EMAIL PROTECTED]> wrote: > > Hope this helps! > - George thank you very much george!! it helped me, too!

[jQuery] Re: toggleClass weird behaviour

2008-02-08 Thread andrea varnier
On 8 Feb, 14:40, meeboo <[EMAIL PROTECTED]> wrote: > Hey all! > > I'm wondering why the following code will toggle the div 'divRed' to a > different color, but it won't toggle the color for 'divGreen'. it occurred to me, too, many times, and I don't know why it happens. what I think is that if th

[jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect?

2008-02-08 Thread andrea varnier
On 8 Feb, 20:19, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > It could just be that I had my browser window too narrow. That's probably > what it is actually. I'll take a look again. oh you meant the text in the main content div, now I got it. I was at work on 1280*1024 and I messed up the css a

[jQuery] Re: Is there a feature as addID like addClass in jQuery?

2008-02-08 Thread andrea varnier
On 8 Feb, 13:35, mtest <[EMAIL PROTECTED]> wrote: > One more time I'm very sorry for my English :) > But I like jQuery very much :) Hi :) you can set the id of an element with the attr() method $('div').each(function(index){$(this).attr("id", "div" + index);});

[jQuery] Re: getElementById('myTable').rows[1].cells[2] in jQuery?

2008-02-08 Thread andrea varnier
On 8 Feb, 04:25, paulj <[EMAIL PROTECTED]> wrote: > In JavaScript, getElementById('myTable').rows[1].cells[2] would select > the cell that is in 2nd row of the 3rd column. > What is the jQ equivalent of this? (or maybe jQ has a different and > better way of doing this?) hi :) one way of doing tha

[jQuery] Re: stuck on a simple traversal problem - help!

2008-02-10 Thread andrea varnier
On Feb 10, 4:36 pm, ldexterldesign <[EMAIL PROTECTED]> wrote: > yo guys, > > screenshot here:http://www.ldexterldesign.co.uk/screenshot.jpg > > at present this jquery function adds the .collapsed class to > ALL .articleBody's. i only want the button to function for > the .articleItem in question o

[jQuery] Re: Assigning an animation toggle to a checkbox to fade a table row in/out

2008-02-11 Thread andrea varnier
On 11 Feb, 15:22, quirksmode <[EMAIL PROTECTED]> wrote: > I have created a table, at the end of each table row is a checkbox. > When the user selects the checkbox, that row will fade out to give the > illusion its now disabled. When the checkbox is unchecked I want the > row to fade back. hi for

[jQuery] Re: advanced callbacks?

2008-02-11 Thread andrea varnier
On 11 Feb, 13:40, lgr888999 <[EMAIL PROTECTED]> wrote: > how would i go for doing a slideUp and an ajax request simultanously > but only handle the ajax response once the slideUp is finished? uhm... I'd try something like this: $.ajax({ url: 'myfile', ... succ

[jQuery] help with json, please :)

2008-02-11 Thread andrea varnier
$('everybody').hello(); could someone please tell me what is wrong with this json? :( [ { 'id': '17', 'nome': 'foto', 'autore': 'username', 'tipo': 'foto', 'data_ins': '1202210415', 'numero_fi

[jQuery] Re: help with json, please :)

2008-02-11 Thread andrea varnier
I found the error :) I must use $.ajax, and specify dataType: 'json'. bye ^^

[jQuery] Re: Assigning an animation toggle to a checkbox to fade a table row in/out

2008-02-12 Thread andrea varnier
On 11 Feb, 17:41, quirksmode <[EMAIL PROTECTED]> wrote: > That's perfect!! Works really nicely. Just out of interest what does > the blur() mean and why is it parent().parent(). Would that need to > change if I introduced more td's? when you call an event handler without arguments, generally you

[jQuery] Re: how to set the value of an input after selecting an option in a list

2008-02-12 Thread andrea varnier
On 11 Feb, 20:41, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello, > after selecting a value in my select field and clicking on a button, I > call a function (please see the code below) not sure what you have to do, but if you want to use the response data of an ajax request, you must spec

[jQuery] Re: Getting the highlighted text

2008-02-12 Thread andrea varnier
On 12 Feb, 07:46, duggoff <[EMAIL PROTECTED]> wrote: > I have a textarea and a button that allows me to select some text and > apply a span and class to it. What I need to do is select that text > later and remove the span and class by clicking on a button. I think I > can handle to part that remo

[jQuery] Re: Compressing javascript files in one file, problems with some plugins (dropshadow.js)

2008-02-12 Thread andrea varnier
On 12 Feb, 12:33, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > Hey, you've found the error, thank you very much! > > But why?? actually I was only guessing :P the fact is that afaik the eval() function is used in the packed scripts, and not in the minified ones. but I confess I don't kn

[jQuery] Re: Compressing javascript files in one file, problems with some plugins (dropshadow.js)

2008-02-12 Thread andrea varnier
have you tried using the minified version of dimensions.js instead of the packed one?

[jQuery] Re: how to set the value of an input after selecting an option in a list

2008-02-12 Thread andrea varnier
On 12 Feb, 09:32, andrea varnier <[EMAIL PROTECTED]> wrote: > load() uses POST so sorry I forgot to delete this line :P

  1   2   >