jquery-plugins

jQuery form layout plugin

Hello, any advice on a good form layout plugin available for jQuery? I am thinking to something like the ExtJs Layout Managers' ...

Can't change 'scriptData' when using Uploadify plugin for JQuery

I'm using the plugin from here: http://www.uploadify.com/ I'm trying to update/add scriptData but it isn't working. The value always remains the same, what am I doing wrong!? :( Here is the relevant code from my header.. <script type="text/javascript"> $(document).ready(function() { $('#sampleFile').uploadify({ 'uploader':...

How can I try this jquery plugin - Galleria?

Ok. I have some experience with HTML and CSS, little with Javascript and none with JQuerry. And I'm trying to try out in my HTML file the Galleria plugin with fullscreen theme but I can't make it work. ( http://galleria.aino.se/ ) It only show the empty page with no pictures. I took the source code from the demo page and I pasted in my ...

"u.scrollTo is not a function" error when using serialScroll & localScroll jQuery plugins

Firstly, I'm a real novice with debugging JavaScript/jQuery so please pardon any naivety on my part. I'm trying to replicate a similar end product as is outlined within the following tutorial: http://jqueryfordesigners.com/coda-slider-effect/ The problem I am getting is when I attempt to reference $.localScroll(scrollOptions); but when...

How to make individual events editable?

Hi all, Is there any way to make individual events editable as opposed to making the entire events array editable? Thanks, Shruthi ...

Jquery Cycle Plugin - How to pause slideshow when a pager link is clicked

Hi, I am using the Jquery cycle plugin to create an announcements slideshow. I would like to pause the slideshow when the user clicks on one of the pager links. I have tried using the pagerClick function and attaching the pause function to the onclick event for the pager links, but neither worked. Can you help? $('#highlights') .after('...

jQuery iPhone Style Ajax Switch - IE Error

I'm using this jQuery Plugin - http://papermashup.com/jquery-iphone-style-ajax-switch/ And in IE 8, I recieve the following error: Message: Invalid argument. Line: 12 Char: 12949 Code: 0 URI: jquery-1.3.2.min.js Would anyone have any idea as to what the cause of this is and how to resolve it? ...

jQuery Edit in Place - Plugin

Hello, I wanted check-in with all the jQuery folks to see, whats the latest, best plugin for In Place Editing? I've used Jeditable way back when and figured there is likely something better by now as Jeditable doesn't appear to be maintained and it's a huge download (24kb+s?) Any suggestions? I'm using Rails 3, so hopefully it supports...

jScrollPane theme with CSS

Hi everybody. I want to apologize now for my bad english, i hope you will understand what i want: I recently used the plugin jquery 'jScrollPane' on my website malossane.fr/sqf/. Everything is ok, but i appeared to not be able to make the only little change i wanted. In fact , it is very simple in the idea, but my css scripting level is...

jQuery timer and animation problem

I have a problem with a jQuery Timer and animation, if I disable the animations ($.fx.off=0;) it works. Here is the code: var Count=10; $('body').everyTime(5000, 'countDown', function(){ if (Counter<Count){ $('.console').fadeOut('fast', function() { myArray.push(otherArray[Counter]); $('.console').html('<h3>'+myArra...

Why is my script failing intermittently?

I have this jQuery plugin called Easy Slider which I'm implementing on this site which displays featured content in animated slide format. If you visit the site, you'll see there's a basic implementation on the home page, and a little more tweaked version on the Rods page. On the Rods page it's just that I'm using 11 instances of the ac...

jquery plugin 'uploadify' - Way to return a response from upload script?

Hey guys.... I'm wondering is there any way this can be done? My header code for example is.. $(document).ready(function() { $('#sampleFile').uploadify({ 'uploader': 'include/uploadify/uploadify.swf', 'script': 'add_list.php', 'scriptData': {'mode': 'upload'}, 'fileDataName': 'sampleFile', 'f...