Tagged Questions
jQuery is a cross-browser JavaScript library that facilitates DOM traversal, event handling, animation and AJAX interactions.
0
votes
0answers
12 views
Sort input box move UP/Down works only for first set of buttons
I have merged my last two demos and now there is a conflict.
Here is my 2 demos
Adding multiple input boxes DEMO
Sort Up/Down - DEMO
Merged demo
If you look at merged demo, the sort option is ...
0
votes
0answers
7 views
jquery.animate to scale each element one after another
Please refer below bubble chart image.
i have implemented the animation in bubble chart.just increasing scale value of circle from 0 to 1. animation working fine. all the circles gets animated ...
0
votes
2answers
19 views
Jquery toggle requires two clicks after first click
I move two divs (open) when clicking, when the user clicks, I want the rest to reset. (It looks pretty clear in my fiddle)
The first time I run the script and click the objects, it works flawless, ...
1
vote
0answers
13 views
I can't remove the Button Panel on Jquery Datepicker
Hi I am having an issue with the button panel in jQuery Datepicker. I am using the date picker in JQGrid and I cannot remove the button panel from the display.
If the button panel displayed ...
0
votes
3answers
24 views
How to remove z-index property using jQuery
I am creating a website in which there are 4 divs of equal dimensions. If I click any div it would maximize to cover the remaining 3 divs. To achieve this I need to use z-index property. I do not ...
0
votes
0answers
19 views
How to keep <option /> from redirecting instead of filtering like it's supposed to do
I'm working on making a portfolio page and am using "Isotope.js" to do all the heavy lifting... however, I'm trying to put the filters in a drop-down for mobile compatibility and am running into a ...
0
votes
0answers
4 views
Adobe edge - get scroll position value
I'm trying to code something in Adobe edge.
Currently I can get the mouse position and control the timeline with the x value.
mousemove:
this.onMove(posX, posY);
compositionready:
...
0
votes
0answers
8 views
Force html4 fallback in history.js
I can not get the html4Mode option to work for me.
I am using the ajaxify script (https://github.com/browserstate/ajaxify) on a very simple two page app. Everything works fine in html5 capable ...
0
votes
0answers
33 views
dynamically Adding child divs from left to right to parent div
I have a parent div. The parent div has 3 child divs namely, top, middle and bottom. I will be adding 4 divs in each of the top, mid, bottom divs, dynamically. I want the items added them from left to ...
0
votes
1answer
41 views
How to focus div?
Please don't throw stones at me because i'm total newbie at js and jquery.
is it possible to focus a div?
i just wanted to process events when div is clicked OR is focused and when we click outside ...
0
votes
0answers
7 views
Colorbox strange moving position on iPad
I have recently been working on a project that works with colorbox. Everything is working within all browsers on a desktop machine however I am having some trouble with the iPad browser.
I am using ...
0
votes
0answers
7 views
Jquery autocomplete JSF
I want to use Jquery with rich:autocomplete with following code:
<rich:autocomplete id="country" mode="ajax" minChars="3" style="border: none;"
autofill="true" immediate="true"
...
0
votes
3answers
46 views
Why doesn't my Ajax function work?
I am trying to use a form to submit two javascript variables to a php script and return the output to a new Div on the same page via an ajax function. It doesn't work.
here is my code
...
0
votes
0answers
8 views
Adding button to controlgroup in jquery mobile header
I am trying to add two buttons to controlgroup dynamically. The controlgroup is contained within the header. I want the two buttons to be side by side on the right side of header.
But the buttons ...
0
votes
1answer
12 views
any option to reduce the mouse hover area
i am working on d3. and the problem which i am facing is that whenever i take the mouse pointer inside the graph it immediately shows the hover details. but the thing is that i am in need of showing ...