0
votes
2answers
20 views

Autocomplete in dynamically added textbox

how to add the auto-complete in this dynamically added Textbox? i have used this way $('#se').autocomplete();, but not getting that. $(document).ready(function() { var counter = 2; ...
1
vote
0answers
39 views

Sortable, diagonal

I'm using jquery ui sortable JS: $("#contentSortable").sortable(); $("#contentSortable").disableSelection(); $(".contentSortable").sortable({ opacity : 0.5, ...
0
votes
1answer
53 views

What is the class for a jQuery tooltip?

I've looked around as this would seem a duplicate sort of question, but it hasn't shown up in my search. When using jQuery's jQuery(document).tooltip(), what CSS selectors apply to the tooltip? ...
3
votes
2answers
48 views

Jquery .slideToggle(“slow”); Not work properly for table expander

I try to add .slideToggle("slow"); functionality to my table as per define here. W3Schools Toggle effect work but properly. I need effect like as per above w3school link. You can see my code at ...
1
vote
2answers
28 views

Jquery Spinner doesn't work on Chrome

I have implemented Jquery spinner but it works fine on Firefox but doesnt work on Chrome. i have created two functions called start spinner and stopSpinner Here is my code function startSpinner(){ ...
0
votes
1answer
21 views

How to fix UI issue when Cursor set to last position of textbox in chrome

I have a big problem which I tried to find fix for but didn't work so finally posting here. Visit this link to see the UI issue present in the Chrome. IDEALLY the BLUE COLORED textbox is how the UI ...
0
votes
1answer
18 views

jqGrid 4.4.5 Grid column width rendering issue in Chrome

I'm currently developing with jqGrid 4.4.5 fir the first time and I've run into an old bug that a fix was already found for in past versions, but I'm now developing with jQuery 1.9.1 and jqueryui ...
0
votes
0answers
18 views

Detecting a table column being resized in a JQueryUI component

I am experimenting with a JQuery plugin for spreadsheets, JQuery.sheet, built using JQuery UI, and a very nice plugin by the way. I am trying to write code to react to the user resizing the columns of ...
0
votes
0answers
15 views

jQuery UI droppable, draggable, resizeable and snap to grid

I have the following structure: <div id="grid"> <div class="columns"></div> <div class="columns"></div> <div class="columns"></div> ... ...
0
votes
1answer
23 views

filtering data with check boxes using jquery

I am attempting to filter div items depending on whether certain check boxes are checked or not, by default all will be checked. I have managed to get the filtering to work but I am struggling to ...
0
votes
1answer
20 views

Assign Jquery array to php session array?

i have a little confusion while assigning a jquery array to php array, i have multiple checkboxes on a page, i want to assign its value on their click event, i retrieve values perfectly, but fails to ...
0
votes
1answer
19 views

Button is not showing up when jquery sortable list is changed

I am using the jquery sortable functionality, and I have a list that is sortable, Now I want the save sorted order button to show up if the user change the sorting order otherwise that button should ...
0
votes
0answers
35 views

In jQuery drag and drop how can I identify a source element and change it's color?

The code below copies (drag and drop) an li from one column to another keeping the original li in place. I am trying color the orginal li, in the orginal column, after the copy so I know which I have ...
0
votes
1answer
39 views

Set default focus tab in jQuery UI tabs

I use #tabs ul li a:focus in CSS and its working perfectly. Now, i want the first tab will be automatically focused everytime my web is opened (so the user dont need to click it first). I have tried ...
-6
votes
1answer
36 views

Jquery popup only display at first time when you enter in page [closed]

I want to display jquery popup only first time when any one enter on that page.if we reload that page then popup will not display.

1 2 3 4 5 1078
15 30 50 per page