[jQuery] Ajax Upload using valums upload plugin

2010-02-08 Thread idrish laxmidhar
Hi , i just came across this ajax upload pluginand i wish to use it inside a form as shown in the demo page example 3. For some reason i am not able to make it work. I am n

[jQuery] Multiple Cascading Shows with jQuery Cycle

2010-02-08 Thread Robert Kilroy
Greetings, What I'm trying to accomplish is a 'cascade' effect. I have 3 shows setup. I'd like for the 'after' callback to fire the 'next' slide on the next show... something like this: $('#show1').cycle({ fx: 'fade', timeout: 0, after: show1After }); function show1After() { $('#show2').

[jQuery] Smooth div scroll and slideshow caption

2010-02-08 Thread clin-TON
Hi All I was looking at combining the smooth div scroll jquery plugin with the slideshow caption plugin, but haven't had much success in doing this. Basically what i want to do is to have the Smooth div scroller functionality for the gallery navigation but have the slideshow caption element appea

[jQuery] order book jquery for designer

2010-02-08 Thread Coolzy
hi, may i know where can i order this book, i tried manning online, but yahoo store doesn't have option for "malaysia"

[jQuery] [Autocomplete] Problem with unordered multiple words

2010-02-08 Thread vincayou
Hello, I'm using the bassistance version of autocomplete. What I'd like to do, is getting my initial list filtered even if I add words unordered : If I type "Marc", I will get a list of [Abb Marc, Trp Marc, Thx Marc] If I keep writing "Marc Ab.." by instance, the list dissapears because it's not

[jQuery] jqGrid emptyrecords

2010-02-08 Thread RhythmicDevil
Hello, I cant seem to get this parameter to work. In the docs it says to make sure that viewrecords is set to true which I have done. I have searched Google and this group and found nothing. This is the JSON that is returned from my service: {"total":0,"page":"1","records":0,"rows":[]} This is m

[jQuery] Re: Problem with a simple dropdown menu: it keeps collapse??

2010-02-08 Thread 123gotoandplay
oh, and i am trying to use the hoverflow plugin. (http://www. 2meter3.de/code/hoverFlow/) but it assumes you are animating the current div/id I our case the trigger is another div. but this doesn't work $("#nav-container").hover(function(e) { $("#dropmenu"

[jQuery] Re: Problem with a simple dropdown menu: it keeps collapse??

2010-02-08 Thread 123gotoandplay
Hi Chris, Tx for thinking along / posting the code ;) I think i am almost there, but the menu doesn't stop when you quickly hover it continues to drop down and up. I tested with $("#nav-container").hover(function() { $("#dropmenu").stop().slideToggle("fast");