Tagged Questions
0
votes
0answers
9 views
modal popup reopened javascript doesnt work
I have been trying to do a JS Fiddle of this but cant seem to make it happen as my javascript loads its html via PHP controller.
However.
I have a JQuery UI modal popup window contained the ...
0
votes
2answers
36 views
How to prevent the double click of a button without reloading the page using jquery
I have a button btnAdvSearch .when double clicking this button a calendar in the screen got stuck.So i need to prevent the double click of the button .following is the code.
$('<button ...
-2
votes
0answers
54 views
how can i use fileupload in while loop?
i am trying to use file upload in while loop but i can upload a file for the first record of the list, i cannot upload for other records.
whenever i trying to upload for a second record or any other ...
2
votes
2answers
39 views
jQuery UI not working in tabs
Below is the link of my code which is working fine in Fiddle
Fiddle Link : http://jsfiddle.net/JdU8N/
But the same code doesn't work in my local . I have properly loaded the jQuery files and have ...
0
votes
1answer
32 views
How to toggle JQueryUI Draggable on/off in an if statement
I wrote a block of code (below) that toggles JQuery Draggable on/off on an element.
In short , when you click a div called button it toggles the draggable effect on/off on another div called ...
0
votes
0answers
13 views
JQuery Dialog - Not Centered in FireFox
I've gone through so many solutions etc... to this problem and still no further forward. My problem here is that every time the dialog opens in fire fox, it isn't centered. My code is as follows:
...
0
votes
1answer
21 views
how to hide the slider when clicking somewhere else in body
I have this contact us button sticking to the left of the screen which has a form attached which is hidden by default(because it has negative left of (-472px)).
Now When I click on it left becomes ...
-1
votes
1answer
27 views
Can anyone suggest a javascript ui frameset for me? [closed]
I am a newer in this field,and our company have been using jquery EasyUi for the web design of a management system,and they want to change a frameset to make the web page look more beautiful, i wish ...
0
votes
0answers
30 views
JQuery UI Dialog off screen
I have a long page that I create a dialog with a fixed position on, how can I prevent it from going off screen from the bottom or from the top after I have scrolled down, it seems that it uses the ...
4
votes
1answer
41 views
hover not working in jquery ui <a href=“javascript: submitform()”>Country</a>
I am using jquery ui
when I write the following code , hover working
<a href="genCountryInq.htm">Country</a>
but as I change the following then , hover not working
<form ...
0
votes
2answers
25 views
jQuery-UI Disable dragging for some elements
I am making a desktop-like website, and I want to drag my windows around. I am using jQuery-UI and .draggable(). My current code looks like this:
<div id="window"> <!-- You'll drag this ...
0
votes
0answers
37 views
Appending class to TD tag based on specific arguments and innerHTML of including A tag by using JavaScript
It's a little bit tricky and I'm looking for a good JavaScript-Solution without modifying it's own source.
The jQueryUI datepicker widget is composing a month control with is looking like this in ...
0
votes
1answer
26 views
call backbone view function from jquery ui modal form
MyPage.Views.Content = Backbone.View.extend({
loadPage: function() {
//populate jquery grid
}
addUserPhoto:function(){
//open jquery ui modal form where user can
...
0
votes
0answers
43 views
Cannot change month in jQuery UI datepicker
I am trying to use the jQuery UI widget datepicker. It mostly works except that the 'Prev'/'Next' links do nothing. 'Today' works and selecting a day works. The field is:
<input id="TransferDate" ...
0
votes
2answers
29 views
How to display a loading message until the tab content is fully AJAX loaded?
I am using jQuery UI 1.10 and the jQuery UI Tab widget with AJAX functionalities. The JavaScript code that I am using is stated as-like the following (basic simple):
$('.selector').tabs({
...