jquery-ui

Call Server Side function/event using jquery

How to call a server side function/event using jquery ? ...

JQuery function fails when content loaded from Ajax form

I have a problem with an image that I am applying a custom jquery function against. Consider the following block of code. <% Dim sUniqueIdent As String = Now.Ticks.ToString%> <div id="chart<%: sUniqueIdent %>"></div> <script type="text/javascript"> $(document).ready(function () { bindLinksForChart<%: sUniqueIdent %>(); });...

jQuery UI dialog box freezes !

I'm using jQuery UI dialog box to render inside grid of records. Is it safe to do that as my browser is crashing along with vs2010. The grid record has only two columns - 1.) some text 2.) checkbox. Total no. of records requested asynchronously are not more than 200. Doing so, the checkboxes kinda freeze. They respond too late after chec...

Customizing jQuery UI Autcomplete

I want to make a few customizations to jQuery UI Autcomplete: 1) If there are no results found it should output "no results found" in the list. 2) Is it possible to highlight/bold the letters in the results as they are being typed? For example if I type "ball" and I have "football" in my results it needs to output as foot ball 3) Is i...

How to remember the previous sorting order in jQuery Table sorting

Hi, I'm using jQuery for sorting the tables. I open a page and click a columns to sort in desc or asc order and in the same page I click on a sub link to view some related data. Then I click back and come back to my same page (page1). At that moment the sorting which i did before I click the sub link is not there. I want the sorting t...

Hi, My jquery datepicker is not working

I have the same issue as you had earlier. I even uploaded the latest jquery and ui .js. Tried $(document.ready(function(){.....as well. Nothing works. Any help.. please write me back at salman_ahad(at)yahoo(dot)com ...

Grails: How to make jQuery-UI work correctly with all its functions?

Hey I just installed jQuery-UI via grails install-plugin jquery-ui And I can't make it work. I read on the Grails Plugin documentation that I needed to update the file jQueryUiGrailsPlugin.groovy and change the JQUERYUI_VERSION to the most recent one. I went to change it and it had my same version, so now I don't know what it could be. ...

jquery UI autocomplete inside a modal ui dialog - suggestions not showing?

i am using the jquery ui autocomplete widget inside the jquery ui dialog. when i type in the search text, the textbox indents (ui-autocomplet-loading) but does not show any suggestions. var availableTags = ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby", "python", "c", "scala", "groovy", "haskell", "perl"]; $("#company...

In jQuery-ui, this._mouseInit is not a function error, why am I getting this after i upgrade to 1.8.2

Hi I am having trouble with my application after I upgraded to 1.8.2 jquery-ui. I am getting a "this._mouseInit is not a function error". Includes: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&gt;&lt;/script&gt; <style type="text/css" media="all">@import "css/pinpoint.css";</style> <link rel="styleshee...

Reloading jquery events issue after updation in UpdatePanel

I have got an issue after updation in UpdatePanel. The issue is the jquery events are not working/firing after the updation in UpdatePanel. At first time, the jquery events work, but not after the updation in UpdatePanel. If I remove the UpdatePanel, the problem is solved. But I have to use the UpdatePanel. Can you give me a solution fo...

JQuery Draggable

I want to drag item from one list to another list with clone. After stop dragging then i want to get id of parent div where it is dragged. ...

jQuery autocomplete - How to view item label but submit item value

I am totally new to javascript and am probably biting of more than I can chew, but I am trying to get the jQuery autcomplete widget working on my Rails site. I have a page called "links" where I want to be able to assign a person to a link. Using the autocomplete I should be able to have a textbox that drops down a list of peoples names...

Using jQuery Date picker with a custom trigger button.

How do I make the jQuery Datepicker open up by a user defined button? ...

How to program for matching

Is there a jQuery plugin for dragging answers from one area to another, and thereby making a "matching" quiz have a fun factor > 0? Example: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv=...

Positive feedback

I have a matching game, where a user can drag the answer from the left column to the right. I'd like to provide some positive feedback to the user with some eye candy. I'm thinking of the letters on the right-hand side exploding like fireworks, or doing some sort of animation, like running off the screen in a random direction. You know...

In jQuery, How to fix containment bug when using resizable() and draggable() simultaneously?

In jQuery, How do you fix containment bug when using resizable() and draggable() simultaneously? It seems as though the left offset and top offset of the containment for resizable is buggy if you use draggable on the same object. I have looked this up on google and a few people had the same problem, but no answers. If anyone could hel...

In jQuery, how do you make it so when I click a div, I can press the delete key and make something happen?

In jQuery, how do you make it so when I click a div, I can press the delete key and make something happen? For example, I click on a div, then after that I press the button delete and it alerts a message. If I dont click on the div and press delete, nothing happens. Thanks!! ...

jquery ui datepicker from date and to date search

Hi, I have a list of dated news articles in the format: Day Month Year e.g. 28 Jun 2010 I have been asked to create a from calendar and a to calendar using jquery Ui that indexes these articles based on the date range that the user has input. I was thinking of using jQuery UI datepicker as well as jQuery quick search but wondered if ...

jQueryUI autocomplete not working

I was using this code earlier today and it worked fine, then I apparantly changed something and it doesnt work. ive tried reinstalling jQueryUI but it doesnt help. <script type="text/javascript"> $(function() { function loadpage(webpage) { window.location.replace( webpage ); } $("#searchform").autocomplete({ ...

Facebook jQuery Plugins

What are the most Facebook like jQuery plug-ins, I would love to have a solid list of them. ...