[jQuery] Re: validation method not working in ie

2009-11-30 Thread hcvitto
Has anyone any clue for this? On Nov 27, 5:09 pm, hcvitto wrote: > Hi > i'm using the validation plugin on a form. I added three methods to > check that three select value are not equal but it doesn't work in ie. > here's the page > > http://www.fepgroup.it/c

[jQuery] validation method not working in ie

2009-11-27 Thread hcvitto
Hi i'm using the validation plugin on a form. I added three methods to check that three select value are not equal but it doesn't work in ie. here's the page http://www.fepgroup.it/community/registrati__.php Any idea why? Thanks Vittorio

[jQuery] Re: cycle plugin and dropdown menu [solved]

2009-09-25 Thread hcvitto
ontent   > (main.css, line 26) > >    position: relative; >    z-index: 1; > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Sep 25, 2009, at 6:33 AM, hcvitto wrote: > > > > > > > Hi > > i'm

[jQuery] cycle plugin and dropdown menu

2009-09-25 Thread hcvitto
Hi i'm using the cycle plugin below a dropdown. Problem is that the" dropdowns" stay behind the slideshow. They have position absolute and higher z-index than the slideshow. Any solution? http://www.francesconizzola.it/_demo/ Thanks Vitto

[jQuery] hoverFlow for simple slideDown

2009-05-12 Thread hcvitto
Hi i'm trying to make a dropdown animation and using the hoverFlow plugin for smooth animation but i just want the submenu to slidedown, so no animation nedded, Does anyone know that plugin? This is a demo page with opacity effect, which is not what i want.. http://www.francesconizzola.it/_demo

[jQuery] transform variables

2009-05-04 Thread hcvitto
hi, this is not exactly a jquery question but it could be useful anyway. i've got a function to which i pass 4 parameters, two as values, two as var references, but which are 'spelt' the same. Is there a way i can pass only two parameters and use them inside the function once as a value and once

[jQuery] Re: what's better?

2009-03-04 Thread hcvitto
right..thanks On Mar 4, 3:38 pm, MorningZ wrote: > Well, the second version won't help very much since you are not > reusing "myEL" later on > > On Mar 4, 9:36 am, hcvitto wrote: > > > hi > > just needed an advice... > > what' s bett

[jQuery] what's better?

2009-03-04 Thread hcvitto
hi just needed an advice... what' s better between this two (if there's any difference at all): this: $('a[class^=open]').click(function(){ ...whatever... }); or this: var myEl = $('a[class^=open]'); $(myEl).each(function(){ $(this).click(function(){ ...whatever... }); )}

[jQuery] site using [validate] plugin

2009-02-25 Thread hcvitto
hi i published a site using the validate plugin (which is awesome) for the 7 pages registration form. http://www.lavorainmondial.it/tuo_profilo/step1.php Many thanks

[jQuery] Re: ajaxStart don't work for ajax/load?

2008-12-29 Thread hcvitto
Daniel > > On Dec 29, 8:47 pm, hcvitto wrote: > > > hi daniel > > thanks for the replay.. > > yes, it's initial state is hidden..As far as you know, should the > > ajaxStart/ajaxStop functions work with the "load" function too? > > > On 29 Di

[jQuery] Re: ajaxStart don't work for ajax/load?

2008-12-29 Thread hcvitto
try to set #load initial style to display:none ? > > Cheers, > Daniel > > On Dec 29, 5:33 pm, hcvitto wrote: > > > come on..give me a christmas present  ;) > > > On 23 Dic, 09:51, hcvitto wrote: > > > > i'm still here :) ...?

[jQuery] Re: corner plugin ie7 bug

2008-12-29 Thread hcvitto
; > > On Dec 29, 4:44 pm, hcvitto wrote: > > > >http://www.tasker.it/img/demo/ > > > > hi > > > sorry for the long delay..i moved everything here > > > >http://www.tasker.it/img/demo/ > > > > would you check now whether you can see it? &

[jQuery] Re: ajaxStart don't work for ajax/load?

2008-12-29 Thread hcvitto
come on..give me a christmas present ;) On 23 Dic, 09:51, hcvitto wrote: > i'm still here :) ...?

[jQuery] Re: corner plugin ie7 bug

2008-12-29 Thread hcvitto
http://www.tasker.it/img/demo/ hi sorry for the long delay..i moved everything here http://www.tasker.it/img/demo/ would you check now whether you can see it? On 23 Dic, 16:58, Mike Alsup wrote: > > mmh..that's weird..i can see it right.. > > All of the scripts and stylesheets on that page re

[jQuery] Re: corner plugin ie7 bug

2008-12-23 Thread hcvitto
mmh..that's weird..i can see it right.. here's the screenshot as i see it http://www.tasker.it/demo/demo.jpg how do you see it? On 23 Dic, 16:40, Dave Methvin wrote: > The page isn't loading properly, it almost seems like the stylesheet > is missing.

[jQuery] Re: corner plugin ie7 bug

2008-12-23 Thread hcvitto
hi, thanks for the answer.. both the plugin and jquery versions are the latest ones. here i put the single page with the problem. Html and css are as little as i could do. Hope it is clear enough. http://www.tasker.it/demo/ VItto On 23 Dic, 15:24, Dave Methvin wrote: > Hi, which version of th

[jQuery] Re: ajaxStart don't work for ajax/load?

2008-12-23 Thread hcvitto
i'm still here :) ...?

[jQuery] Re: corner plugin ie7 bug

2008-12-23 Thread hcvitto
is there any helper:)..?

[jQuery] corner plugin ie7 bug

2008-12-22 Thread hcvitto
i i got a weird error using the jquery.corner plugin on ie7. I attached two image. The wrong one is how the page appears in ie7 (look at the red square on the right where the corner get), the right one is for all the other browser..(ie6 included..!!!) http://www.azero.it/checkImg/tasker_wrong.jpg

[jQuery] ajaxStart don't work for ajax/load?

2008-12-22 Thread hcvitto
hi i want to show/hide a loader when using load() function but using .ajaxStart / .ajaxStop functions doesn't work. Is it right? With this script: $('#load') .ajaxStart(function() { $(this).show(); }) .ajaxStop(function() { $(this).hide(); }); $('#colCont').load('myFile.php?id=my

[jQuery] loader for ajax/load

2008-12-12 Thread hcvitto
hi i want to show/hide a loader when using load() function. With this script: $('#load') .ajaxStart(function() { $(this).show(); }) .ajaxStop(function() { $(this).hide(); }); $('#colCont').load('myFile.php?id=myId #colContIns'); $('#categorie a').click(function(){

[jQuery] Re: jcarousel ie6 bug

2008-12-04 Thread hcvitto
solution found:).. On 3 Dic, 17:36, hcvitto <[EMAIL PROTECTED]> wrote: > hi > i'm using jcarousel plugin for a project. > Problem is in ie6 the last image in all of my carousel doesn't show > up? > > Any idea? > Thanks > Vitto

[jQuery] jcarousel ie6 bug

2008-12-03 Thread hcvitto
hi i'm using jcarousel plugin for a project. Problem is in ie6 the last image in all of my carousel doesn't show up? Any idea? Thanks Vitto

[jQuery] Re: remote validation with additional parameter

2008-11-27 Thread hcvitto
t;      } >    } >  } > > }); > > Just put any option you need into that object literal and add > additional data to the data property. > > You need the latest js file for it to > work:http://jqueryjs.googlecode.com/svn/trunk/plugins/validate/jquery.vali... > > J

[jQuery] Re: remote validation with additional parameter

2008-11-27 Thread hcvitto
hi i just needed that option today!! for the moment i just found a not-very-good way out which works for me. Among the pages you suggested i found this: test("remote, customized ajax options", function() { expect(2); stop(); var v = $("#userForm").validate({

[jQuery] iFixPng bug in ie6

2008-11-03 Thread hcvitto
hi i'm using the improved iFixPng version. In ie6 it renders the transparency but the background png image gets over anything else as it had a high z-index. Any solution? Thanks vitto Here's the code # css div#wrapper {margin:0 auto; width:880px;background: url(../img/ ombraWrapper.png) bottom

[jQuery] Re: validate plugin and CodeIgniter

2008-10-22 Thread hcvitto
}); } maybe it can be useful Thanks again Jorn :) On 22 Ott, 12:20, hcvitto <[EMAIL PROTECTED]> wrote: > doh!! > ok..i do that now but i can't get the right result of the iteration > function (i see it's no longer a plugin problem!) > Any suggestion though :) ?

[jQuery] Re: validate plugin and CodeIgniter

2008-10-22 Thread hcvitto
doh!! ok..i do that now but i can't get the right result of the iteration function (i see it's no longer a plugin problem!) Any suggestion though :) ?

[jQuery] Re: validate plugin and CodeIgniter

2008-10-22 Thread hcvitto
doh!! ok..now i do that but i can't get the result of the iterate function (i see my question is no longer about the plugin!). Any suggestion :) ?

[jQuery] Re: validate plugin and CodeIgniter

2008-10-22 Thread hcvitto
http://www.azero.it/test_val/form.php here's a test page with the problemtic block..i did some change and it works better now but still i couldn't manage to make it right. I'm sure it's my lack of js knowladge..

[jQuery] Re: validate plugin and CodeIgniter

2008-10-21 Thread hcvitto
h Jorn thank for the quick reply..it was my mistake :(.. but, if i'm not annoying, i got another issue which i solved with a twik but was wonder if there's a better solution.. i got 5 couples of radio button: The validation rule against them must be: - at least one radiobutton with valu

[jQuery] validate plugin and CodeIgniter

2008-10-21 Thread hcvitto
hi i'm giving a go at codeIgniter using jquery for the js side. So i got a form which i validate with the validate plugin but in CI when i submit the form the js starts a loop and i must shut down the browser. I read somewhere that it could be because the validate plugin use the GET method by defa

[jQuery] validate plugin and radio button

2008-10-20 Thread hcvitto
hi another little issue in my long form:) i got 5 couples of radio button: The validation rule against them must be: - at least one radiobutton with value 'si' must be checked. I added a classRule but apparently this doesn't work for radiobuttons. $.validator.addClassRules({ c

[jQuery] Re: [validate] callback onblur on single input field

2008-10-13 Thread hcvitto
s.valid(); > > }); > > That triggers validation for both field when one of them is blurred. > > Jörn > > On Mon, Oct 13, 2008 at 12:05 PM, hcvitto <[EMAIL PROTECTED]> wrote: > > > hi > > i'm using tha validation plugin on a very long form. It works

[jQuery] [validate] callback onblur on single input field

2008-10-13 Thread hcvitto
hi i'm using tha validation plugin on a very long form. It works fine everywhere but for one little issues: i need to trigger a function onblur of a single field: i got a "tel" and a "mobile" input field one of which is required (at least). How i trigger the callback after i fill the input to er

[jQuery] Re: looking for a slider

2008-10-02 Thread hcvitto
EMAIL PROTECTED]> wrote: > Look at > this:http://ui.jquery.com/repository/latest/demos/functional/#ui.slider > > this demo is really simple. here are the docs:http://docs.jquery.com/UI/Slider > > On 2 Okt., 11:48, hcvitto <[EMAIL PROTECTED]> wrote: > > > hi

[jQuery] looking for a slider

2008-10-02 Thread hcvitto
hi i've searched around fot a while but couldn't find any slider that suits my need. This is what i'm looking for (jquery style!) http://www.phatfusion.net/slider/ plus i a '+' and a '-' buttons. Does anyone know about a plugin which does this? Thanks vitto

[jQuery] Re: need to sort european data in tabledsorter plugin

2008-09-24 Thread hcvitto
ok thanks a lot...your code was working and it was just a fault of mine in writing the date!! Thanks again!! Vitto On 24 Set, 16:00, MorningZ <[EMAIL PROTECTED]> wrote: > Working example of above: > > http://paste.pocoo.org/show/86103/

[jQuery] Re: need to sort european data in tabledsorter plugin

2008-09-24 Thread hcvitto
ate(s).getTime()); }, type: "numeric" }); but i'm not sure it's what i need neither know how to use it... maybe? $("#elencoHome").tablesorter({ sorter: 'shortDate' }); but it doesn&

[jQuery] Re: need to sort european data in tabledsorter plugin

2008-09-24 Thread hcvitto
hi i tried the code, no effect though.. On 24 Set, 13:39, MorningZ <[EMAIL PROTECTED]> wrote: > Give this custom parser a shot > > $.tablesorter.addParser({ >                     id: 'DD-MMM-YY', >                     is: function(s) { >                         return false; >                    

[jQuery] need to sort european data in tabledsorter plugin

2008-09-24 Thread hcvitto
hi i'm using the tablesorter plugin and i need to sort a data column in this format dd.mm. (which i think is the european way) I read another thread about this in which european data was formatted like this 1. -MM-DD and YY-MM-DD Anyone implemented this kind of sorting? Thanks vitto

[jQuery] Re: first plugin review

2008-09-23 Thread hcvitto
Thanks guys for the quick reply!! I did as you suggested (Joel) and i saved some bits;i guess in a bigger plugin that would be even more useful. As for the hash thing i need just to identify the first letter after the hash sign to open the corresponding block when i come from another page so char

[jQuery] first plugin review

2008-09-23 Thread hcvitto
hi i wrote my first (pretty useless:) plugin but i'm not sure what to think about it, it just looks like it has "too much words"!! Here's the plugin code (it's to make a glossary) (function($){ $.fn.glossario = function(options){ var defaults = {

[jQuery] Re: flashembed plugin

2008-06-03 Thread hcvitto
ion:absolute; > width:0pt; > > } > > for more info see this > examplehttp://jquery.lukelutman.com/plugins/flash/example-text-replacement.html > > all the info you require is on his site :) > > 2008/5/30 hcvitto <[EMAIL PROTECTED]>: > > > > > hi sam &

[jQuery] Re: flashembed plugin

2008-05-30 Thread hcvitto
Artisti & eventi Calendario Biglietti Community Friends & parnters Contatti On May 29, 9:41 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > how abouthttp://jquery.lukelutman.com/plugins/flash/ > > full examples provided > >

[jQuery] flashembed plugin

2008-05-29 Thread hcvitto
Has anyone ever used this flash embed plugin? http://plugins.jquery.com/project/flashembed Do you know how to pass it some flashvars? I read the documentation but couldn't find anything clear.. Thanks vitto

[jQuery] Validation Plugin remote method

2008-05-13 Thread hcvitto
hi i'm trying to do a remote validation on an email field just like the Marketo sign-up form one! I'm not a programmer (don't know json too) and i don't exactly know what to put in my "email.php" file (which does the actual check). At the moment it just does a normal php check therefore nothin' ha

[jQuery] jQuery XSLT plugin question

2008-04-07 Thread hcvitto
hi i'm using the jQuery XSLT plugin to insert some xml code in a xhtml page. how can i use the same function to inject xml data in two different xhtml blocks? What i do now is: $(document).ready(function(){ $('#leftMenu').xslt({xmlUrl: '../Dati/menuProdotti_jquery.xml', xslUrl: 'index_

[jQuery] jQuery Form Plugin help

2008-02-22 Thread hcvitto
hi i'm trying to use the jQuery Form Plugin from http://www.malsup.com/jquery/form/ it's apparently easy to use but at my first try i can't make anything out of it!! this is the page i'm working on http://www.eco-way.it/projects-and-communication/extra/curriculum.php In my comuni.js i use $('

[jQuery] $_FILES and $.ajax function

2008-02-22 Thread hcvitto
hi i'm trying to send a file uploaded thourgh a form to a php file with $.ajax function. In my php file i can grab the value of the file type input only if i use tha $_POST method; if i use $_FILES nothing happens. Does anyone know whether jquery $.ajax function supports this type of data in the d

[jQuery] Re: $.ajaxFileUpload into an ajax form

2008-02-22 Thread hcvitto
; > > > ... other elements, my form is huge :) > > > ajaxFileUpload() does not need to be posting your form. It's already > creating iframe and posting file over this element. So, you can use like > this, i am using with no problem. > > 2008/2/20, hcvitto <

[jQuery] Re: ajaxfileuploads: how to add more fields?

2008-02-22 Thread hcvitto
hi i had the same problem. I managed (not yet perfectly) send an entire form with an upload input. Check this thread http://groups.google.com/group/jquery-en/browse_thread/thread/bb2ff357abcefa44# Maybe it can help you Vitto On Feb 20, 8:54 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >

[jQuery] Re: sending an array[] with $.ajax post

2008-02-15 Thread hcvitto
} }); } else { alert("not deleted"); } }); } hope it can help eveyone else vitto On Feb 14, 11:27 pm, andrea varnier <[EMAIL PROTECTED]> wrote: > O

[jQuery] sending an array[] with $.ajax post

2008-02-14 Thread hcvitto
hi i've got an array made after a selection of checkboxes and i want to send this values to a php page to do some sql query. i couldn't manage to pass the values via post and this is my function var myFunction = function() { $("#cancellaRecord").click(function() {

[jQuery] double ajax calls don't work in IE

2008-02-11 Thread hcvitto
hi got this problem:| i load a page in a div with the load method using this function: $("#myLink").click(function(){ $("#myDiv").load("myPage.php", function(){ myFunction(); }); retur

[jQuery] Re: attr ie bug

2008-02-01 Thread hcvitto
gt; are you sure that the problem isn't somewhere else? Link would be > fine... > > Anyway, I have a tip for you. What about to make this a oneliner: > > $('a.ppt, a.pdf, a.allegato, a.doc, a.jpg, a.xls, a.external, > a.zip').attr('target','_blank

[jQuery] attr ie bug

2008-01-31 Thread hcvitto
hi i got this code working in firefox but not in IE. $("a[href]").each(function(){ if ($(this).hasClass("ppt") || $(this).hasClass("pdf") || $ (this).hasClass("allegato") || $(this).hasClass("doc") || $ (this).hasClass("jpg") || $(this).hasClass("xls") || $ (this).hasClass("extern

[jQuery] attr ie bug

2008-01-31 Thread hcvitto
hi i'm using this code to add the target=_blank attribute to links. $("a[href]").each(function(){ if ($(this).hasClass("ppt") || $(this).hasClass("pdf") || $ (this).hasClass("allegato") || $(this).hasClass("doc") || $ (this).hasClass("jpg") || $(this).hasClass("xls") || $ (this).h

[jQuery] detecting keystrokes for ie

2008-01-15 Thread hcvitto
hi, i'm using yahoo autocomplete from an input field and jquery to detect keystroke to trigger function. Everything works fine with the enter key, but it doesn't work for the tab key (both firefox/navigator and ie). Here's my code: $("#ysearchinput").keyup(function(e){ if(e.keyCod

[jQuery] problem with keypress delay and ie

2007-12-10 Thread hcvitto
hi everybody, just joined this group:) i'm using yahoo autocomplete and jquery (i'm not an expert, just using jquery for some weeks now). I've got the autocomplete which trigger a function on choosing an option both via mouse or keyboard. The click event works fine but if i use the return event in

[jQuery] delay problem on kreypress with ie

2007-12-10 Thread hcvitto
hi everybody, just joined this group:) I've been using jquery for some weeks so i'm not an expert. This is my problem: i'm using yahoo autocomplete. On choosing an option from the dropdown div a function is triggered whether the choice is made with the mouse (click event) or with the return key(ke