[jQuery] jQuery Multiple File Upload Plugin - Problem in ASP

2009-06-05 Thread Daniele Di Mitri
Hi guys! I was trying to set up the plug in produced by fyneworks http://www.fyneworks.com/jquery/multiple-file-upload/. I've got a problem. I believe it's very simple for you: This script generates different but I don't know which are their NAME. In the support pages they suggest to PHP users t

[jQuery] "not" not working (newbie)

2008-07-18 Thread Daniele
Hi. I am doing a simple thing summarized as follow: when i click on a paragraph i want it to do something only the first time. I was able to do it using "one( type, data, fn )" but before that I tried using a different approach like this: $("p:not(.open)").click(function () { // do something

[jQuery] Re: [New plugin] Colorpicker

2008-07-07 Thread Daniele Paoni
election > * Easy to customize the look by changing some images > * Fits into the viewport > The picked is really nice, but I'm unable to use the arrows on firefox 3 / Linux. Everything else works well. Daniele

[jQuery] Re: Select next element ...

2008-02-17 Thread Daniele
Ok, I found the way, but I guess I need to understand more why it works :-( > >    click > > Solution is: $(this).parents().next("div").toggle(); I used "parents" instead of "parent" because the real real html I am using is: click So as far as I understo

[jQuery] Re: Select next element ...

2008-02-17 Thread Daniele
ed: click but unfortunately I made the mistake not posting the real one: click And that's why all my tries failed :-( .. I guess I am missing something ... Daniele

[jQuery] Select next element ...

2008-02-16 Thread Daniele
t the FIRST next element. $("a").click(function () { $(this).attr({className: "new-class"}); $(this + " + div").eq(0).toggle(); } I though something like this would work, but it doesnt. How can i select the first next element after my click element? daniele

[jQuery] Re: jQPanels

2007-10-08 Thread Daniele Paoni
ding. > Demo page and download link: > http://www.andreacfm.com/examples/jQpanels/";>Examples Page a>, > http://www.andreacfm.com/page.cfm/Downloads";>Download zip > file > > Very nice work. Is it possible to add an option to have only one panel open at the same time ? Thanks Daniele

[jQuery] Jquery/thick box doesnt work when on line...why?

2007-04-05 Thread daniele
i have a problem implementing jquery and thickbox in my site, and i can't understand the reason, because, the off-line site is perfectly working with all the libraries and visualize the thickbox, but when i upload it on my linux serve, it does not display the thick box but the plain html releated