50
votes
6answers
100k views

AJAX Jquery UI Dialog window loaded within Ajax style Jquery UI Tabs

The ajax tabs work perfectly well. It's pretty straightforward with that part. However, getting the ajax UI Dialog modal window to trigger off of a link has been un-succesful. Any help in this would ...
17
votes
14answers
46k views

jQuery Accordion and loading content through AJAX

I would like to load the content under each jQuery accordion header using the jQuery load command. Currently, I have set this up as the following $(function() { $("#accordion").accordion({ ...
15
votes
4answers
6k views

showing progressbar progress with ajax request

I want to show progress with jquery ui progress bar when an ajax request fires and when it finishes. The problem is I don't know how to set values for the progress bar depending on the progress of the ...
11
votes
7answers
4k views

Jquery UI slider how to make a box follow the handler?

I am trying to create a div that should follow the handler as it is seen here: http://m1.dk/Priser/#tab:#calc,#abb My JSfiddle: http://jsfiddle.net/z3xV3/2/ I also want to make a calculation on the ...
9
votes
3answers
14k views

How to use jQuery to switch between a plus and minus sign on collapse and expand?

I am using the code below. What I want to do is have a + or - sign on expanded or collapsed view. How can I do that? Here is the code: <!--//---------------------------------+ // Developed by ...
8
votes
4answers
37k views

Jquery Tabs- Load Contents only when clicked

I am relatively new to jquery and web development. I am using jquery tabs to create tabs. But i want the contents to be loaded only when i select a particular tab. Can someone please help me with ...
8
votes
2answers
2k views

autocomplete showing self.element.propAttr error

I am using Jquery ui Autocomplete.But it show error autocomplete showing self.element.propAttr error. this is my ajax code $.ajax({ url: "persons.xml", dataType: "xml", ...
8
votes
1answer
3k views

jquery ui autocomplete: how to cancel slow ajax request after text input loses focus

I'm using an JQuery UI Autocomplete field that is tied to an ajax lookup that can be rather slow at times. Occasionally a user will tab away from the text input field after the ajax query initiates ...
6
votes
2answers
3k views

How do i overcome the ESC key pressed for jquery Dialog

I have a form submit when Pressed on that iam showing a small Jquery Dialog with some spinning wheel .when i press escape it is going away which is interupting my formsubmission .How do i overcome by ...
6
votes
5answers
2k views

jQuery block UI exceptions

I am using JQuery UI plugin blockUI to block UI for every ajax request. It works like a charm, however, I don't want to block the UI (Or at least not show the "Please wait" message) when I am making ...
6
votes
4answers
7k views

Disable Button while AJAX Request

I'm trying to disable after button clicked. I write my code as follows: $("#ajaxStart").click(function() { $("#ajaxStart").attr("disabled", true); $.ajax({ ...
6
votes
2answers
4k views

Resizable columns / panels for content in jquery?

does any one know if there is an example available for sliding panels in jquery? If so, can someone send me a link? This is what I want to accomplish. On my main screen I want to have three ...
6
votes
1answer
2k views

JSON and jQuery.ajax

im trying to use the jQuery UI autocomplete to communitate with a webservice with responseformate JSON, but i am unable to do so. My webservice is not even executed, the path should be correct since ...
6
votes
2answers
319 views

In place editor with autocomplete

Has anyone been able to do this? Is it possible? I'm writing a Rails 3 app, and it seems like it should be possible to do this with jquery autocomplete and best-in-place, but I haven't seen it.
5
votes
2answers
7k views

AJAX content in a jQuery UI Tooltip Widget

There is a new Tooltip Widget in jQuery UI 1.9, whose API docs hint that AJAX content can be displayed in it, but without any further details. I guess I can accomplish something like that with a ...

1 2 3 4 5 69
15 30 50 per page