jquery-plugins

autocomplete in jquery

i have a textfield which has the autocomplete plugin of jquery .I am getting the json data from the PHP in the form of (ABC:BCD) what my problem is iam getting autocomplete but when i select that iam getting the value in the textfield $("#txt1").autocomplete({ minLength: 1, source: "abc.php?searchMode=''", select: func...

which is the best Jquery Tree plugin , easy to Customize.

i find two : 1.jstree 2.TreeView whicih is better ? and has any other better choices? thanks ...

Fundraising Thermometer Approach

I need to create a thermometer type widget for a website, where I can feed in a goal and current amount, then generate a graphic that shows the progress. I was thinking something with jQuery/CSS would be the best approach, but then I started thinking maybe just using a vertical slider from the jQuery UI library and skinning it. How wou...

jqGrid: Disable form fields when editing

I'm currently developing a web application designed for the administration of vending machines and such. I decided to use jQuery, jQuery UI and jqGrid for this project, so I can easily provide a great and highly customizable user interface. Unfortunately, the jqGrid documentation is pretty outdated and doesn't cover all the features of t...

jQuery plugin issue: focus not working

This is the plugin: ( function($) { $.fn.foo=function() { $(this).focus() return $(this) } } )(jQuery) Now, $('input#foo').foo() does not get focus. Any idea why? ...

jquery format currency plugin problem! Not working without symbol!

I have verry strange problem. I've found this plugin http://code.google.com/p/jquery-formatcurrency/ which in it's basis do the job, but I need a little customization. I want to use it's features but when I set settings like this $.formatCurrency.regions[''] = { symbol: '', positiveFormat: '%n', negativeFormat...

.valid() only validates first input with jQuery Validation plugin

Hey, I'm having a hard time getting the jQuery Validation plugin to work as i want. Please bare with me since i'm no jQ expert :) What I have is a form with several required inputs, rules as showed below: $("#makeEvent").validate({ onfocusout: false, rules: { name: { required: true, minLength: 2...

Jquery Cycle Plugin set thumbnail location

First off, my question is really similar to a question posted here, with the difference being I am using wordpess and the nextgen gallery plugin to manage my images, which writes images thumbnail images as such: mygallery/image1.jpg mygallery/image2.jpg etc... and thumbnails like this: mygallery/thumbs/thumbs_image1.jpg mygallery/thu...

How do I modify the jQuery cycle plugin for a two image slideshow instead of one?

Imagine a slideshow looks similar to this: http://malsup.com/jquery/cycle/div.html except it has only two images instead of three. Also imagine that it has two triggers, like the demo in the middle of this page: http://jquery.malsup.com/cycle/lite/ That's what I want to build. However, when you press 'next' and 'prev', I would like ea...

jQuery plugin that makes IE render css properly

I recently stumbled upon a jQuery plugin that was supposed to force IE to render properly. I can't remember what it was called. Does anybody know what I'm talking about? ...

Mint.com's awesome categorization widget

Mint.com has possibly the best category/subcategory control I've seen. It is a combination of autocomplete and a two-level menu - complete with keyboard support. Does something like this exist as a jQuery plugin or stand-alone javascript control? If not, what approach would you use to make one. It looks like they are using YUI. He...

How to most efficiently load jQuery plugin files?

I am using a number of jQuery plugins. Is it more efficient to reference them separately in the master page, or should I lump the contents of each file into a single jQueryPlugins.js file and reference that? ...

fancybox seems to not working with ajax content

Hi I've got the following code: $(document).ready(function(){ $("a#cakeImages").live("click",function() fancybox({ 'titleShow' : false, 'transitionIn' : 'elastic', 'transitionOut' : 'elastic' })) }); and I've got the correct images : <a id="cakeImages" href="cakes/2/1.jpg" > <img alt="cakeImages"...

jQuery dialog: Alternate close button

How can I define an alternate close button for jQuery dialog? I want an anchor with the class "popup-close" to close the open dialog. Simplest is best! ...

page pagination jquery

Hello All, I have tried a jquery to do the page pagination. The example is showing the following: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"&gt;&lt;/script&gt; <script type="text/javascript" src="quickpager.jquery.js"></script> <script type="text/javascript"> /* <![CDATA[ */ $...

Jquery: Scrollable menu with images where image in the middle is bigger

Hi jquery ninjas. I really need your help. I need a menu with images you can scroll horizontal and found the scrollable plugin (http://flowplayer.org/tools/scrollable/index.html) which do the trick. But now I want more :) I'm showing 3 images at once and want the image in the middle to be bigger then the image to the left and right. Wh...

Is there a jQuery plugin that display images (and ideally other elements) in a slideshow, that I can control manually instead of running on a timer?

Similar to Coda Slider, but instead of moving between tabs automatically based on a timer, is there any plugin where it's possible to call a method on it or something similar to move to the next item? Thanks for reading. ...

using jqgrid in spring mvc3.0

Hello... Can anybody tell me how to implement jqgrid in spring mvc3.0???? If anybody has got a sample application for the same.... ...

Unlock UI with jQuery BlockUI Plugin after the Open/Save As dialog box appears

Hi, I'm using jQuery BlockUI Plugin to show busy message when a click event is fired. In the scenario below, it's working fine. The busy message shows and locks UI on click event, and dissapears when postback's done. No file creation involved, which invokes browser Open/Save As dialog box Mark-up: $(function() { // when document has...

In the jQuery Galleria plugin, pressing the right key moves to the next image. How can I access this method from the page where I use the plugin?

I'm very new to javascript & jQuery, and can't work out how to do this. The source code can be found here. Thanks for reading. ...