jquery-plugins

How to Delete a Row with DataTables Plugin?

Hi I am trying to delete a row using the DataTables plugin. First I don't get the example at all. What I have this is a user checks the row they want to delete. I do this then var row = $('#id :checked').parents('tr'); So I get the row of the checked checkbox. Lets assume they only check one box( if multiple where choose it might be...

jQuery not and classes

Hi Guys, I have 2 anchor links (a.selector) and when one is clicked it has a class applied to it of 'active-arrow' and the click also removes the class of the same name from the other anchor as well as lowering the opacity to 0.2. I then want to have a fade effect when the user hovers over the anchor that doesn't have 'active-arrow' ap...

count down timers in jquery

How do I find out the most commonly or popularly used count down timer in jquery. I have been looking into this (http://plugins.jquery.com/project/countdown2) but not sure if this is well supported. Is there a some kind of a ranking system for the jquery plugins ...

Sending search request to Datatables jquery plugin

Has anyone ever sent a search request from one page to the dataTables jquery plugin on another page? I'm not sure if its even designed to work that way. ...

GalleryView Jquery

I am trying to implement this JqueryGallery to my website(big gray box). Now my problem is that the images doesn't appear. Here my website here is my header code: <link href="css/galleryview.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src...

Expression builder in Javascript or jQuery?

I am searching for an expression builder GUI (like the one used in Microsoft Access). It can be plain Javascript or JQuery plugin. I am loathe to build my own and reinvent the wheel if one already exists - and yet, a search on Google does not find anything remotely useful. Is anyone aware of any such library/plugin or article that cover...

Jquery UI Sortable - Get the item being sorted.

Hi, When using Jquery UI Sortable (which is great by the way) how do you get the item that is currently being sorted. When you use $(this); it return the actual sortable list, not the current sorted item. I want to do fancy-pants things with the widget when the user is dragging it around. E.g. Animate it when dragging between two list...

CSS horizontal scrolling overflow with jQuery slider

I'm trying to setup a full screen jquery slider. I've broken the project into two steps 1) css and 2) js. 1) CSS, below is a picture of what I'm shooting for (no fixed height) and below that is the code I have so far that doesn't work. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <style type="text/cs...

jqueryUI dialog box header size

Hi, I am creating hotel booking system which requires lots of modal dialogs. For this purpose I am using jqueryUI dialog widget. yesterday I embedded it on one of the features of application but this time when dialog opens upon click then its Header is very large about 300-400px in height where as normal header is about 40px in height. E...

Is it possible to access the inner property of a JQuery plugin?

I'm trying to alter the extraParams in this plugin based on a user action. var t = new $.TextboxList('#entSearch', {unique: true, plugins: { autocomplete: { minLength: 3, queryRemote: true, placeholder: false, remote: { url: "{{=URL(r=requ...

jQuery delegates with plugins

Hello, jQuery delegates are great, especially when using with table row click events. I was wondering if it's possible to use delegates with plug-ins as well? For example if I attach elastic plug-in to every text area, I would do: $("textarea").elastic(); But how would I attach this plug-in using delegate? ...

How to sorting by Dates with DataTables jquery plugin?

Hi I am using the datatables jquery plugin and want to sorty by dates. I know they got a plugin but I can't find where to actually download it from http://datatables.net/plug-ins/sorting I believe I need this file: dataTables.numericComma.js yet I can't find it anywhere and when I download datatables it does not seem to be in the zip...

JSTree, is it possible to add a handle?

I'm very interested in using JSTree for a Sortable list that allows for nesting. The problem is, in my list items I want things like checkboxes, etc... which isn't possible because the entire list is draggable with JSTREE. Is there a way to add a handler to JSTree so only when the handler is clicked the list is draggable? That would al...

jQuery Simple Captcha Plugin

Hello, I am using the jQuery SimpleCaptcha plugin - it loads the images fine - but you are unable to click on them. Can anyone give me any hints? <html> <head> <script type='text/javascript' src='jquery-1.4.2.min.js'></script> <script type='text/javascript' src='jquery.simpleCaptcha-0.2.js'></script> <script type='text/j...

How do you traverse through a list which is in a plugin - JQuery Related

Ok so I have created a plugin which has an unordered list of list items, each list item has a class to identify it. The plugin so far is able to get the unordered list in its entirety, but suppose i wanted to select 2 of the list items only which have classes associated to them. How would I accomplish this. Here is my plugin, I tried u...

Jeditable is completing my HTML tags

I am using Jeditable plugin with jQuery. My issue I'm having is that it completes list tags and other HTML tags. (Yes I know that this is awesome and is a good feature, I don't have any issues with it, but what I need it for it can't complete html tags) How can I make it stop auto completing my html tags? Thanks ...

jQuery.Path plugin code doesn't animate bezier correctly

This code is straight from the original page of the jQuery.Path plugin, only I added a hash in front of the selector after i gave my tag an id of "my_elem" because it wasn't working. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="path.aspx.cs" Inherits="path" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN...

jquery sidebar menu

I'm looking for a jQuery plugin sidebar menu with horizontal collapse/expand and hopefully drag-n-drop resize. It would nice if it take the following list for menu options: <ul> <li><a href="#">option 1</a></li> <ul> <li><a href="#">sub-option A</a></li> </ul> <li><a href="#">option 2</a></li> <li><a href="#">option 3</...

How can I force a jQuery plugin to refresh the data it has loaded?

I am working with jQuery Pagination, and a popup form. On saving the data in the form, how would I go about forcing the Pagination plugin to reload the data it would load for whatever page I am on, without reloading the entire webpage? Ex: Item 1 Item 2 Item 3 Add Item->Item 23->Save->Reload List Item 1 Item 2 Item 3 Item 23 http://d...

Can Uploadify send e-mail on complete?

Uploadify is a jQuery/Flash plugin for uploading multiple files. It's working great, except I can't figure out how trigger e-mail when all files are complete. If I try to add something like <% SendEmail(); %> to the onAllComplete parameter, it just sends the e-mail when the page loads. Is there a way to do this within the handler recom...