tagged [jquery-ui]

How to show all rows by default in JQuery DataTable

How to show all rows by default in JQuery DataTable Does anybody know how to show all rows by default in jQuery datatable? I have tried this code, but it only shows 10 rows by default.

jQuery UI autocomplete with JSON

jQuery UI autocomplete with JSON Alright been racking my brain on this (im terrible at this) but yea ive tried reading all i can and still cant get it to work. trying to do autocomplete with jquery ui...

JQuery accordion - unbind click event

JQuery accordion - unbind click event I am writing a form wizard using JQuery's [accordion module](http://bassistance.de/jquery-plugins/jquery-plugin-accordion/). The problem is I want to override any...

jQuery UI accordion that keeps multiple sections open?

jQuery UI accordion that keeps multiple sections open? I may be an idiot, but how do you keep multiple sections in jQuery UI's accordion open? The demos all have only one open at a time... I'm looking...

21 Jun at 10:57

Combine multiple JavaScript files into one JS file

Combine multiple JavaScript files into one JS file I am using jquery in my web application and I need to load more jquery script files into a single page. Google suggested I combine all the jquery scr...

27 Aug at 04:4

jQuery UI datepicker input class

jQuery UI datepicker input class I'm quite fresh on jQuery, and I've just implemented jQuery + jQuery UI, but on the datepicker widget it seems like the classes added on the inputs from before are rem...

jQuery ui dialog change title after load-callback

jQuery ui dialog change title after load-callback I like to change the title from an UI Dialog after i have submitted a form in this UI Dialog. So in the callback-function after `load` i should sugges...

Moving from position A to position B slowly with animation

Moving from position A to position B slowly with animation I have a simple jQuery animation using `fadein` and it works but once faded in... I wish to MOVE using TOP property 30 pixels upwards, but sl...

2 Nov at 18:15

How to get child element by index in Jquery?

How to get child element by index in Jquery? How to get #selFirst using element index not the ID? this: is returning :

Set initial value in datepicker with jquery?

Set initial value in datepicker with jquery? I'm trying to set an initial value in my jquery ui datepicker. I've tried several different ways, but nothing seems to display the date, it's empty.

How to get the date from jQuery UI datepicker

How to get the date from jQuery UI datepicker I want to get the date from datepicker whenever user choose the date in jQuery UI datepicker and click the button on the form. well I need to get the day,...

9 May at 05:8

Long Press in JavaScript?

Long Press in JavaScript? Is it possible to implement "long press" in JavaScript (or jQuery)? How? [](https://i.stack.imgur.com/7QiwZ.png) [androinica.com](http://androinica.com/wp-content/uploads/200...

How to Use Modal Pop-Ups with ASP.Net MVC and AJAX?

How to Use Modal Pop-Ups with ASP.Net MVC and AJAX? Can anyone point me in the direction of how to use jQuery modal popups with asp.net MVC and AJAX. Has anyone managed to do this well? I've tried JQM...

Draw a connecting line between two elements

Draw a connecting line between two elements How can I draw a line between two or more elements to connect them? Any combination of HTML/CSS/JavaScript/SVG/Canvas is fine. If your answer supports any o...

Is it possible to save HTML page as PDF using JavaScript or jquery?

Is it possible to save HTML page as PDF using JavaScript or jquery? Is it possible to save HTML page as PDF using JavaScript or jquery? In Detail: I generated one HTML Page which contains a table . It...

1 Aug at 09:39

jQuery Event : Detect changes to the html/text of a div

jQuery Event : Detect changes to the html/text of a div I have a div which has its content changing all the time , be it `ajax requests`, `jquery functions`, `blur` etc etc. Is there a way I can detec...

12 Jan at 11:28

Automatically resize jQuery UI dialog to the width of the content loaded by ajax

Automatically resize jQuery UI dialog to the width of the content loaded by ajax I'm having a lot of trouble finding specific information and examples on this. I've got a number of jQuery UI dialogs ...

jQuery - trapping tab select event

jQuery - trapping tab select event I'm a jQuery noob and I'm trying to figure out how to trap the tab selected event. Using jQuery 1.2.3 and corresponding jQuery UI tabs (not my choice and I have no c...

10 Sep at 21:57

Using jQuery how to get click coordinates on the target element

Using jQuery how to get click coordinates on the target element I have the following event handler for my html element I need to find the position of the mouse on the #seek-bar at the time of clicking...

13 Jul at 07:32

Best IDE for HTML5, Javascript, CSS, Jquery support with GUI building tools

Best IDE for HTML5, Javascript, CSS, Jquery support with GUI building tools I am doing a project using the RGraph HTML5 canvas package to draw graphs. I need to build a good looking GUI aswell. I have...

17 Oct at 13:47

get Value of Input tag using Jquery

get Value of Input tag using Jquery ``` Comm Check .... var vdata = $(ui.draggable).attr("id")+'-data'; /this gives me the CommCheck-data alert(vdata); var text-data = $(vdata).val(); // should give m...

3 Jan at 06:12

Convert string to number and add one

Convert string to number and add one I want to turn the value I get from the id into a number and add one to it then pass the new value into the `dosomething()` function to use. When I tried this and ...

23 May at 15:19

How can I bind to the change event of a textarea in jQuery?

How can I bind to the change event of a textarea in jQuery? I want to capture if any changes happened to ``. Like typing any characters (deleting,backspace) or mouse click and paste or cut. Is there a...

6 Jun at 14:34

Update div on event

Update div on event I am using the jquery slider and using append() to update the value, but it will keep adding it unless I empty it on the start event. Is there a way where I can just updated the va...

1 Dec at 22:56

jQuery UI Datepicker onchange event issue

jQuery UI Datepicker onchange event issue I have a JS code in which when you change a field it calls a search routine. The problem is that I can't find any jQuery events that will fire when the Datepi...