Tagged Questions
0
votes
3answers
25 views
jQuery UI Droppable Class
Over on http://lab.2toria.com/reflex/index2.php I've started working on an idea for a game I'm building.
If you click and drag the block on the right to the main grid, you'll see that, as you drag ...
1
vote
1answer
23 views
audio still playing after jquery mobile page navigation
I will preface by apologizing if this is indeed asked and answered somewhere else...I have been rewording and googling for days for a solution to this problem with no luck.
I took on the code writing ...
1
vote
3answers
80 views
Can anyone explain why this JavaScript wont run
Im not very good wit JS and I just dont get why this wont work!
The code uses jquery to apply the pulsate efect to one of my divs and run forever unless I stop it with another function, but I cannot ...
0
votes
2answers
24 views
jquery mobile to display html content
I am using jquery mobile and JavaScript. i have some response in a variable that response is a html content .now i have to display this html content in the UI of jquery mobile. That content should ...
7
votes
2answers
63 views
Conflict with two jquery datepickers on same page
So here is the setup:
I have two jquery datepickers, inside a jquery tab, inside a jquery modal dialog window:
\---/\---/\---/_______________
/ /
\ ...
1
vote
2answers
31 views
Get object of selected slider - JQUERY UI
I'm using JqueryUI range slider which has multiple handles. How can I get the jQuery object of the handle when I start to slide?
Example : http://jqueryui.com/slider/#range
I tried ..
...
0
votes
1answer
19 views
How to overlay Two Images in Two Separate Classes?
I have two classs:
One:
.ui-combobox-customclose {
background: url('js/autocomplete/css/ui-lightness/images/close-button.gif') no-repeat right center;
z-index: 105;
}
and the other ...
0
votes
1answer
34 views
Jquery 1.9.1, CSS & Google Maps: “Display: none” issue
I'm struggling to get a Google map working on my website. The problem is that the map shows like this:
Which I understand is a known issue with re-sizing the object after it's div has been shown. ...
1
vote
1answer
41 views
jQuery dialog() works on one page but not on another
I have a page in which I include jQuery and jQuery UI to create a modal dialog from a div-element. This works fine. Now from another page with the same HTML markup and a reference to the same ...
7
votes
1answer
39 views
Datetimepicker is not null after button click?
How can I set the null value of two datetimepickers after clicking reset button:
$("#reset").click(function () {
$(".k-datetimepicker input").val('');
}
0
votes
1answer
26 views
jQuery UI Auto Complete and HTML Form with Select Menu
I have an HTML form which I'm using the jQuery UI Auto Complete plugin with and it's working well. It allows users to start typing and select from a list of pre-defined activities.
I've further ...
0
votes
0answers
26 views
Dynamically added draggable object not working the first time
I am adding the draggable functionality to an element on a particular user event(hold event). Drag functionality is not working the first time.
Hammer(element).on("hold",function(event){
...
0
votes
5answers
43 views
How to change button text in JQuery
I have this working code so far:
Fiddle: http://jsfiddle.net/r4emt/12/
Right now before you enter the JQuery UI autocomplete, the button reads "Hello". You can type "item" in the JQuery UI ...
0
votes
1answer
23 views
How to disable jQuery slider control unless radio button is checked
I am looking to disable the functionality of the jQuery UI sliders until a radio button is checked. Pretty straight forward but I have not had any luck with the things I have tried so I am looking to ...
3
votes
3answers
68 views
jQuery Menu how to contain submenus within Div
I am trying to create an 'application' contained in a div on a web page. This can't be any larger than certain dimensions (lets say: 550px by 280px). I have a menu with at least 1-3 sub menus for each ...