jquery-plugins

jQuery Combobox/select autocomplete?

Does a jQuery plug-in exist for replacing select/combo box? I tried SexyCombo, and it is as close to what I want, but it doesn't complete if you are writing from middle, only from beginning. I have 2 levels of categories (20 top level categories, and with subcategories in total 120 categories), so when user is submitting an entry, he m...

JQUERY, Sliding UI Nav Element as seen in the iPhone. How to?

http://www.freeimagehosting.net/image.php?31bf32005c.png I'm interested in using the nav seen on the iPhone. Look at the screenshot, I'm talking about the Nav with "Top Stories News Money" You can select an item in the nav to refresh the bottom panel. Or you can click and click to view more items in the nav. Know of any plugins to a...

change cells text in a jqGrid

i have a colModel looks like this: { name: 'TypeId', index: 'TypeId', align: 'left', width: 50, editable: true, edittype: "select", sortable: false, hidden: false, jsonmap: 'InspectionTypeId' }, how can i change the cells text not changing the value? ...

JQuery Incremental Search

I'm looking for a JQuery plugin that will assist in an incremental search e.g. - the user starts typing into a textbox and an AJAX call is made to dynamically get results as the user types. ...

Customise Easy Slider 1.7 to fade not slide

I'm using this plugin: http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider I'm pretty new to jquery, and I was wondering if anyone could tell me how to change the the images to fade in and out rather than slide. (function($) { $.fn.easySlider = function(options){ // default configuration properties var...

jqgrid disable headers

Hello guys, I have a very simple question (I searched on google but found nothing). How to disable header on a JQgrid, so that if the user clicks on a header: nothing happens (not sorting, not refreshing, and not appearing that little arrow on the right, but allowing to resize the column)??. I hope you can help me, Thanks in advance. ...

Need some help writing a custom jQuery plugin

Please take a look at the following: jQuery.fn.jqPos = function(target, settings) { settings = jQuery.extend({ offset: [ 0, 0 ] }, settings); return this.each(function() { magic($(this), target, settings); $(window).resize(function(){ magic($(this), target, settings); }); }); ...

JQUERY, Warning Users that IE6 Is Not Supported are wanted

Hello, I'm building an app and have no intentions of support IE6 at this time. To be fair to IE6, I want IE6 users to know that and not think the app was made by incompetent developers. I was hoping a JQUERY Plug-In would be available that would provide a nice StackOverflow style alert at the top of the page, plug & play and I'm done. ...

jQuery localScroll only working in IE7

I have the following jQuery code that uses the scrollTo and localScroll plugins from Ariel Flesler : $(document).ready(function(){ $('#navigation').localScroll({ target: '#scrollpane', queue: true, duration: 1500 }); }); I have the following CSS: #scrollpane { height: 400px; width: 950px; overflow: ...

pageAnchorBuilder question - Cycle Plugin - JQuery: Changing Image Buttons

I am using the Cycle plugin for JQuery to create a banner rotator with the pauseOnHover functionality. I have it working properly and even have the pageAnchorBuilder working correctly so that it displays an image vs '1,2,3, etc. The problem is it can't find the images because I am not using images as the selector but divs. How can I ch...

Adding tables in jHtmlArea

Anyone know of a way of making jHtmlArea support table content, and allow the user to add tables/cells/rows to the editor box? It doesn't appear to be a standard feature for the plugin. I would like for my user to be able to create tables in the WYSIWYG editor. Thanks! ...

(jquery/js) - get text from field on keyup, but with delay for further typing

Hey all. I have a form which is submitted remotely when the various elements change. On a search field in particular i'm using a keyup to detect when the text in the field changes. The problem with this is that when someone types "chicken" then the form is submitted seven times, with only the last one counting. What would be better i...

kohana and jquery wsiywig editor

This is more of an open question than a direct one... anyone out there having issues with kohana and the jquery wisywig plugin? mainly this one: http://code.google.com/p/jwysiwyg/ ...

jQuery lightbox plugin that scrolls with the page

Some of the JavaScript lightbox effects that I've seen position the lightbox relative to the viewport, so that when you scroll the page you will still see the lightbox. The other kind are the ones that are positioned relative to the page contents. If you scroll a page containing one of these, the lightbox moves with the rest of the pag...

jQuery Error Claims jQuery Plugin Function "is not a function".

Hi Folks I'm using a jQuery.Center() plugin that I found at Andreas Lagerkvist's website. I have a control on the page called "divClipboard" that I want to appear in the middle of the screen when the user clicks a link. I call the function $('#divClipboard').center(); and it throws an error, the message being $("#divClipboard"...

Looking for jquery plugin for dropdown with image, grouping and checkbox capabilities

Does anyone know of a jquery plugin for dropdowns, which supports image, grouping and checkbox capabilities? -- I need all three. Thanks in advance. ...

Make it easier to call a custom jQuery plugin

I have written a plugin with the following "signature": jQuery.fn.attach = function(element, settings, duration, options, callback) { Here element is a jQuery object, settings are my custom settings for my plugin and duration, options and callback are all parameters that I use in jQuery's animate, like this: someObject.animate({ some...

Picture file jQuery validation plugin

How to get an field required with the jQuery Validation plugin ? Couldnt find this one in the doc/demos. I mean there's the option for an email which is class="required email" same for a number class="required number" but nothing about a file input. ...

on fancybox 1.2.6 close

I am using fancybox 1.2.6 I want to avoid closing of fancybox when you click on the outside of the content.. But nothing is working.. can you help me with this.. and one more thing.. i am trying to trigger the fancybox close function when you submit a form..How can i do that ? ...

JQuery UI Slider issue...

<html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script> <link href="http://localhost/test/styles/jquery/ui/skins/redmond/jquery-ui-1.7.2.cus...