jQuery UI is the official jQuery user interface library. It provides interactions, widgets, effects, and theming for creating highly interactive web applications.
0
votes
0answers
13 views
How to make an anchor fill the height of its containing div
I know this is really basic to some of you, but I don't know enough css to make this happen.
I'm trying to make my own version of a spinner, and it will hook into jqueryui themes, so has to at least ...
-1
votes
0answers
18 views
new Date() returning invalid time with India Timezone ( IST ) in jquery
I am getting time in IST of format "Jun 6, 2013 07:57 PM IST" , as soon i do
var d = new Date("Jun 6, 2013 07:57 PM IST").toString("MM/dd/yyyy hh:mm tt");
it returns an INVALID Date.
new ...
0
votes
0answers
44 views
render div out of dialog
I created a dialog used jQuery UI dialog that had overflow scroll,
now I want to render one div element that one part is in dialog and another part is out of dialog,
How can I do this.
I used this ...
0
votes
0answers
26 views
Need checking hiding divs when clicking off
We have a floating cart on our yahoo store and my boss wants me to make it so that when you click off of the cart it hides. I've tried several methods found in here but once the div is hid after ...
0
votes
1answer
20 views
jQuery file upload validation in image width and height
I am using jquery file upload to upload files. Now in validation I want that my uploaded file size will be under 800 width X 600 height. I have gone through the documentation. But no such help file ...
0
votes
1answer
24 views
datepicker() is transparent need some css and addeed options for months and years
My jquery ui datepicker() is transparent and doesn't show any months or years. Need some good css with options for month and year search..
$(".datepicker").datepicker();
1
vote
1answer
12 views
jQuery-ui - drag event only on droppable area
How can we get drag event of draggable object when it comes on droppable area?
Actually, droppable's over event is not catching drag event of dragging object. Can anyone suggest me for this. Thanks
...
0
votes
1answer
31 views
Why is my .infobox not resizing to parent as I zoom in or out?
I've been trying to create this news slider kind of thing in combination with JQuery. I'm not concerned about getting the interactions working, but my infobox, which is a div, that contains the "Prev" ...
-3
votes
0answers
34 views
Jquery UI Stop Not Working [closed]
sorry bad english.
I prepared a jquery UI menu. mouse goes quickly out of the menu. Stop command does not work. Menu stays on.
jsfiddle.net/zQEJx/16
0
votes
0answers
6 views
dd-mm-yy from jquery UI datepicker throwing error in c#
i'm using Datepicker and from it 25-06-1989(in dd-mm-yy format) value is coming in text box. But when i'm trying to convert this into c# DateTime its throwing error.
i used
...
0
votes
0answers
10 views
Gridster--how to drag a grid from one gridster to another gridster
how to drag a grid from one gridster to another gridster
how can i drag a grid from one gridster to another gridster
$(function () { //DOM Ready
$(".gridster ul").gridster({
...
0
votes
1answer
30 views
Using “data-*” and JQueryUI slider
I have a page where a user can call a slider to change the look of an image. There will only ever be one slider visible but maybe 10 total. Instead of writing js function for each I'm trying to ...
0
votes
2answers
27 views
jQuery UI Datepicker weird behavior
I'm having a weird problem while working with a simple datepicker using jqueryUI. I simply want to show a two month calendar with LAST month and current month. I used this code:
$(function () {
...
0
votes
1answer
10 views
jquery ui datepicker with a button rather than input box
I am looking for a way to use the datepicker with a button rather than a input box. When I click the button the date picker will appear as a dropdown to the button and on click some events will fire. ...
1
vote
2answers
28 views
Object has no method 'Timepicker'
Currently I am working on a project with bootstrap supr theme. By default it is loading following js files :
bootstrap.js
colorpicker.js, date.js, elfinder.min.js, fullcalendar, iosorientation, ...
0
votes
4answers
53 views
How to to change CSS double class properties through script
In JQuery UI, there are a lot of CSS double classes, for example for JQuery UI's tabs
.ui-widget-content .ui-state-default
{
border: 3px solid #EEEEEE;
background: #ffffff ...
0
votes
2answers
54 views
Set options in attribute of element?
When I create a jQuery UI element (button for example), I do it like this:
<button class="Button" data-options='{ "text": false, "icons": { "primary": "ui-icon-arrowthick-1-n" } }'>Move ...
0
votes
1answer
21 views
JQuery UI Diaglog to populate checkbox values to parent
I have a requirement that a user should select the checkbox values from a pop-up and click on submit on pop-up and the selected values should get displayed back to the parent page.
I was playing with ...
1
vote
2answers
33 views
Variable value not updating inside dialog
I have the following simple dialog:
function confirmDialog(message, title) {
var returnvalue;
if ($("#confirmDialog").length == 0)
$('body').append('<div ...
0
votes
0answers
12 views
fullcalendar jquery is not working for remote json feed
This is my code,
$('#calendar_div').fullCalendar({
header: {
left: 'prev,next today',
center: 'title',
right: 'month,basicWeek,basicDay'
},
...
0
votes
0answers
12 views
closing dialogs using close or destroy stops working after launch and close another dialog
so I have been strugling with this problem for two days now, and need some help to solve it.
I'm using jquery-1.7.2 and jquery-ui-1.8.20.
Here it is:
I have a page witch loads the jquery and jquery-ui ...
0
votes
0answers
7 views
Moving jQuery UI Sortable elements as groups
I have a sortable in which two consecutive elements may be "attached" to each other. When the attach action is performed, I wrap the two "field" elements in a "field-group-container" div in hopes that ...
0
votes
0answers
29 views
jQuery-UI Accordion Breaks On Select
My jQuery-UI "Accordion" Breaks On Select works on initial load, but fails when quantity number is updated ++, and fails on return value quantity of 1 as in initial load.
Been working on this for two ...
0
votes
3answers
21 views
Set dragable items with have thre same prefix class name
I have a question in here and know how to select multi class start with "foo-class-", and get 2 ways to do this:
CASE 1: When you have the single class for a element
var $class = ...
-4
votes
0answers
35 views
JQuery goes to past date with the Date range [closed]
i'm using the date range with two textbox (fromDate,toDate), each one with icon trigger function .
when i disable the "fromDate" the toDate can be goes to past dates ,i want to disable this
and ...
0
votes
0answers
25 views
jQuery UI Tabs with remote content, link to current page with tab selected
In previous versions of jQuery UI (<=1.8), the link for a remote tab would be swapped with a local link when the tabs are loaded. This made it possible to center click (aka, open link in new ...
0
votes
0answers
19 views
jquery UI autocomplete dropdown not displaying and gives error
This is my html
<input id="patient_name" name="patient" rows="5" cols="20">
This is the header that I have in the html where
<script type="text/javascript" ...
0
votes
2answers
46 views
Inserting html from jquery
I have a razor view in which i am generating html using below code everything is fine
<ul>
@foreach (var resx in Model.Resxs())
{
tempWidth = tempWidth + ...
0
votes
1answer
11 views
jQuery UI Accordion Positioning
So I am using an accordion as the first step in a 2-step vertical registration process. I have the accordion as step one on top with a few consent forms, and once they are all accepted, step 2 is ...
0
votes
0answers
21 views
How to open DatePicker from jQuery UI in a popup window (no modal dialog)
How to open jQuery UI Date Picker in a popup window (not a modal dialog). My page already has some Java Applets and hence the Date Picker widget is obscured by them.
My requirement is that onclick ...
-2
votes
0answers
26 views
Stoping content of jQuery ui accordion when closed [closed]
I Have a jQuery UI Accordian, and it embed video or swf file that has sound, when switching between accordions or closing accordion div the video or swf didn't stop and still playing in page ...
0
votes
0answers
18 views
Multiple jquery dialogs (cloned) not working properly
My goal is to create multiple jquery dialogs.
In the dialogs, there are some jquery tabs, accordions also included.
I've created an html block, cloned it using the jquery clone() function and ...
0
votes
0answers
27 views
jQuery error on my website: node is undefined
I was wondering why this keeps on appearing on my firebug console:
node is undefined
and points on sorttable.js file. Is there a way on how to fix this?
Thanks in advance!
0
votes
1answer
10 views
defining header as a tag in jquery ui accordian
see the following
js fiddle
I have an accordian with the header defined as a.viewLabel. My aim is to have another class which will link to an external page. But you will see in the fiddle that ...
0
votes
0answers
17 views
jQuery sortable sets incorrect initial offset if parent is scrollable
I have the following problem with jquery sortable:
I have a container of elements with overflow-x: scroll. It contains sortable items (display: block) and (width > containers width).
If the ...
1
vote
1answer
27 views
JQuery UI, sortable and selectable
I'm having difficulty combining jquery sortable and selectable.
I have two lists, and want to be able to drag from one list to the other (which works without selectable)
But with selectable rather ...
1
vote
0answers
16 views
nested accordion with jQuery-ui. Children closes their parents
I am having an issue when implementing a nested accordion. When opening a child, its parent closes instantly.
The solution I found was to declare a new accordion and a different header classes for ...
1
vote
1answer
22 views
jquery picklist remove items
I'm using jquery picklist in my web application. I need to refresh it's content from time to time, and each time I do this all the items are duplicate in the list.
The code I use is this:
...
0
votes
0answers
13 views
slider with thumbnail having navigation & previous and next button
Anyone please suggest a slider with carousel thumbnail navigation. Previous and next button for both thumbnail and slider. Googling i get sliders of this type, but both the thumbnail div and slider ...
0
votes
1answer
22 views
jqGrid open dialog in front of edit/add dialog
I can achieve the opening of a new dialog, but is opens behind the edit-/add-dailog. How can I make it opening in front of the edit-/add-dialog? If I do the same with an alert-box it works ...
0
votes
0answers
15 views
Resizable callback onResize, call only when snapped
I have the following .resizable() constructor options:
var resizableOptions =
{
handles : 'n, e, s, w, ne, nw, sw, se',
grid : [ 10, 10 ],
containment : 'parent',
start : function(e, ...
0
votes
0answers
27 views
Sortable Doesnt work for Multiple Div
I want to do sorting of Div By drag & Drop method,
At this code when I will drag & drop any of the then the elements Get shifted last in the column But I just want to sort it according to my ...
0
votes
2answers
14 views
Jquery ui dialog widget add buttons
I wanted to add new button to the dialog, with out loosing the previous buttons.
I had used the following code which didn't work ....
menu.dialog("open");
var buttons = ...
1
vote
3answers
47 views
how to get element from array of elements and render it?
I have array of elements I would like to find an element from array by class and I need to separate the element from array?
var mainEl=$(htmlContent);
/*
mainEl:
[el1,el2.classItem,el3#funID]
*/
...
0
votes
0answers
7 views
Displaying dynamic forms order number
Hey everyone been trying to figure this out all day, thought I would ask you guys before bed. So here it is...
I have a form nothing fancy
<form>
1.png: <input type="text" name="info[]" ...
0
votes
0answers
6 views
jQuery sortable moves all elements 2 pixels down
When I start to drag an element inside a sortable div, all other elements from this line down moves around 2 pixels down.
$(".filearea").sortable({
connectWith: ".filearea",
update: function ...
0
votes
1answer
83 views
How to collapse tabs in jQuery?
I'm using this Javascript script to display a list of Youtube channels related to a specific topic when this is chosen by the user, but if I click again on the name of the topic, its tab does not ...
0
votes
2answers
30 views
script order for jquery with bootstrap
I'm new to jquery and bootstrap, and I can't get them to play nicely with each other. I have a page with both bootstrap dropdowns and jquery sliders. However, I can't get both of them to work at the ...
1
vote
4answers
48 views
Show/Hide specific DIV when selecting an checkbox Button from a dropdown using jQuery
I'm trying to setup a select checkbox Button from which, using jQuery, when select checkbox button will hide (opt2) DIV and unselect checkbox Then show div. I have most of the functionality working, I ...
1
vote
1answer
19 views
Does autocomplete's select event block limit scope?
I am developing a tags solution (check jsfiddle below) and as soon as you start typing in the text box, autocomplete kicks in and retrieves the available tags from an array (for demonstration purposes ...