Tagged Questions
-1
votes
1answer
30 views
Bootstrap popovers, affix not working. JS loading issue?
Recently, popovers and affix (the features in Bootstrap's JS) has stopped working. Unfortunately, I don't know which exact change I made to cause it to stop working. Here are the problems:
...
1
vote
1answer
55 views
why is my very easy piece of jQuery not working?
I'm very hard wondering why this code doens't work:
$(document).ready(function(){
$("#text-heading").slideDown("slow");
});
I want this to work as following: when I enter the page, the ...
-7
votes
0answers
29 views
Displaying a dropdown dialog box in javascript [closed]
I need to show a dialog to users that contains a dropdown list of several values, followed by 'OK' and 'Cancel' buttons. What is the best way to do this? I have browsed around JqueryUI but can't seem ...
0
votes
0answers
37 views
Changes in jQuery UI not reflected on Angular models
I have a form which is in a directive. It contains 2 select dropdowns (jQuery styled) and one jQuery UI slider, so it's all consistently themed.
Dropdown 1 is populated at spawn, as simple as they ...
1
vote
1answer
18 views
jQuery MultiSelectors With Exceptions?
I want to select few elements on the web page but I want it also to contain the exceptional elements of HTML.
How can I do that?
var elementName = 'body';
For example, I want to perform some action ...
0
votes
1answer
14 views
jqueryui Tabs + onunload
I have jqueryui tabs on a page which, when clicking the "Tabs" links switches various <section> elements around my page, in other words, all my content is on one page (one file).
The problem I ...
0
votes
1answer
33 views
Obtain data from JSon after choosing a field with a JQuery UI slider
I'm doing a webpage that contains a JQuery UI slider, where you can select a year. After the stop event of the slider, I want the webpage to show the data from a JSon file related to the year I have ...
-1
votes
1answer
33 views
I have 10-15 buttons on page.I want to move 1 button left-right using iquery [duplicate]
I have more then 10-15 button on page ,i want to move only 1 button left-right using jquery but right all button starts moving left-right.Even every button have different class name.
Please tell me ...
1
vote
1answer
33 views
jQuery ui dialog dragging issues
I used the jQuery ui (jquery-ui-1.10.3) dialog pluggin for one of our products, and found a possible "problem":
When the hosting page is small or the current view of the hosting page is scrolled to ...
0
votes
1answer
21 views
jQuery's position().left changing when Raphael JS's setViewBox changes in FireFox
I've included a jsfiddle showing a problem I'm having with jQuery and Raphael in Firefox. When I move a jQuery UI slider, the circle in the Raphael canvas gets larger. Below the slider, I print out ...
0
votes
1answer
30 views
Draggable JQuery - allow div's to return to parent on click
I am pretty new to JQuery and have worked through a series of tutorials on the web and answers on this website but I can't work this out and would appreciated any help.
I am trying to create a ...
0
votes
0answers
15 views
JQuery animated splitter
I am lookin for a javascript splitter that can be docked and that I can animate. A little like the Ext.js one in this demo : ...
-2
votes
5answers
38 views
How to retrieve Domain Name from Site URL
I am having the Site URL like::
http://stackoverflow.com
and I want to just find the Domain name of the Site ::
So that Answer should be like::
stackoverflow.com
How can It be done?
Is there ...
-2
votes
0answers
27 views
I want JQuery solution that uses delay's and pixel shifting as done in the case of “hover” in the css below [closed]
I have used this css to move button.But i want to do it with jquery delay with pixel shifting when button says "no".
Value of button will generate from code IF its no then move button left-right ...
0
votes
1answer
15 views
how to make datatables background image clickable
I am using datatables wherein for a particular column I need the set background image as clickable.
I am unable to put it together. I can do it for the text but can figure out how it needs to be ...