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
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
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
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
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
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
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
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...
});
)}
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
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
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 :) ...?
;
> > 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?
&
come on..give me a christmas present ;)
On 23 Dic, 09:51, hcvitto wrote:
> i'm still here :) ...?
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
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.
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
i'm still here :) ...?
is there any helper:)..?
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
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
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(){
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
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
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
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({
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
});
}
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 :) ?
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 :) ?
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 :) ?
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..
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
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
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
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
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
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
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
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/
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&
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;
>
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
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
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 = {
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
&
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
>
>
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
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
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_
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
$('
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
;
>
>
> ... 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 <
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:
>
}
});
} else {
alert("not deleted");
}
});
}
hope it can help eveyone else
vitto
On Feb 14, 11:27 pm, andrea varnier <[EMAIL PROTECTED]> wrote:
> O
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() {
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
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
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
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
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
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
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
61 matches
Mail list logo