Tagged Questions
jQuery is a cross-browser JavaScript library that facilitates DOM traversal, event handling, animation and AJAX interactions.
0
votes
0answers
4 views
Display all Archives
Actually I am new on WordPress ,I have create few posts in latest news section(CPT) and I want to show its all posts as archive of custom post type ,Its showing only of the July month archives so as ...
0
votes
0answers
23 views
How do i make the green box only slide 90%
I would like the green box (#box3) to go only 90% to the right. The box is directly inside the body element.
<div id='box1'>
<div id='box2'>
</div>
<div ...
0
votes
0answers
5 views
ResizeTo function not working properly in IE and Chrom anyOption for that?
i have a code that resize window , and prevent to min height:400 n width:650. it works fine in FireFox but in chrome automatically decrease window height to 0pix once it comes (in if Condition)to ...
-1
votes
1answer
23 views
use of auto increment in java-script
How can i transform this
this.subtrigger = this.el.querySelector( '.submenu' );
this.subtrigger2 = this.el.querySelector( '.submenu2' );
this.submenu = this.el.querySelector( '.sub-menu-wrapper1' );
...
0
votes
0answers
4 views
HTML5 Canvas - Drag and Drop over grid and revert back if size is greater than grid
The piece can be dragged and dropped to any part of the grid within grid area. If piece does not fit in the dropped grid area it should move back to its original position.
0
votes
0answers
5 views
I've created a fade in fade out jquery content box, i want it to stop on mouseenter
In this code i am making a box with data which are displaying one after another two li
box but i want it to stop when mouseenter over it and to countinue when mouse leave.
CSS :
ul.bxslider li{
...
0
votes
0answers
3 views
jquery transition and z-indexed popup
I am using jQuery Transit transition() on load to create initial animation on http://mgp.ru.
The problem is that if you click into large input in the top of page the popup will appear. If transition ...
0
votes
0answers
11 views
jquery stopPropogation() not working as expected
here is my html :
<span class="checkbox checked replacement" tabindex="0">
<span class="check-knob"></span>
<input type="checkbox" ...
0
votes
0answers
6 views
Date Time Picker for jQuery Mobile
Because I couldn't find a decent date time picker for jQuery Mobile I wrote one myself.
You can download it from: link to datetime picker
It works very simple.
Put an input text field on your web ...
0
votes
0answers
7 views
animating html elements - flexslider
How do i animate html elements on each slide of flexslider after the animations of slides. Searched the internet for hours. Could not find any tutorial or something that can help. Couldsomeone show ...
2
votes
2answers
30 views
JQuery get the rest of the element's class name that starts with string “whatever-”
I have js that caches classes that's name starts with "whatever-",
$('[class^="whatever-"], [class*=" whatever-"]')
but what I want now to do is get the rest of the name, for example in case of ...
0
votes
2answers
11 views
Vertically centering div caption over responsive image
I'm trying to vertically center an absolutely positioned caption over an image that has a flexible height (max-width: 100%;) and having trouble. I know I need to use JS to detect the height of the div ...
0
votes
0answers
36 views
Explication on javascript
I have this:
var xmlhttp = new XMLHttpRequest();
function loadXMLDoc(link){
xmlhttp.open("POST", "index.php", true);
...
-1
votes
2answers
26 views
code working in pc but not in laptop
This is my header page it works on my pc 21" screen but the page dosent works on my mini laptop.. earlier was working but today i dont know wat happened the toggle is not working
Please note. only ...
0
votes
0answers
20 views
Executing a jQuery function depending on scrollbar position
I am creating a simple webpage that animates as the user scrolls down.
For an example, click here.
Obviously, I know that Superscrollorama exists. It looks to have fantastic features, yet it's ...