Tagged Questions
jQuery is a cross-browser JavaScript library that facilitates DOM traversal, event handling, animation and AJAX interactions.
0
votes
0answers
7 views
fixed header/footer code, incomplete
I'm trying to create a fixed header/ footer for mobile, while having the content in between still scrollable. Anyone who has tried will know that position:fixed doesn't work on mobile, because this ...
0
votes
0answers
20 views
jQuery script to automatically parse and preload image tags and background images
I hope it's OK to post this here, since it's not a specific question related to my code, however I've searched on Google and can't find anything. I know it has to exist.
I want a plugin or script ...
0
votes
1answer
11 views
How right ad image in div who have resizable()?
Good day.
I would like add image in div who have class
Code:
<script>
$(function() {
$( ".resizable" ).resizable();
});
</script>
<div class="resizable" id="photo">
...
0
votes
0answers
21 views
How to show dynamic text on image?
I want to create an event system that check for new events repeatedly and show number of new events on image. How can I do it?
This is my starter code:
jQuery:
var doIt = function () {
...
0
votes
0answers
9 views
Hadnlebars.js 'else' not working as expected
The following suppose to check if there is data or not:
<script id="shoe-template" type="x-handlebars-template">
{{#if people.length}}
<li class="shoes">
...
1
vote
1answer
33 views
Smoothly increase the size of an image with jquery
I have a few images that will overlap each other on the page. I want one of these elements to slowly get bigger based on some event.
To do this, I'm using the jquery .animate method like so:
...
2
votes
2answers
11 views
pass ajax request in wordpress page
I have single.php file in my theme folder and i am using ajax code in this file i have another file in same folder where i am fetching this request but its not working for me here is my jquery written ...
2
votes
0answers
10 views
Resizing Background image according to container Div
I have a background image like image.jpg. I want to resize this image according to any div which is using it.
How can i do this in jquery or any other way.
3
votes
4answers
30 views
i m trying to get the value of array from post
I'm new to jQuery and I'm trying to find the row ID of the textbox when blur is triggered, but I couldn't make it work so far.
All I need is something like #employee_0 in form_data when the blur ...
0
votes
1answer
36 views
How to pop a div by onclicking the same div?
I have this div tag which contains a google visualization chart.what I want is to pop up that chart in a pop up box by onclicking the chart(div).
Using jquey...
Thank you..
0
votes
0answers
8 views
Howto open IndexedDB just once with jquery promise
I am using Jquery promises to handle opening of an indexedDB to store files and then read and write files to it (am using these for the first time). As any of the functions can be called in any order ...
0
votes
0answers
6 views
Jquery Bootstrap modal notification on more than max charaters select
With help of stackers, I've combined jquery script which copies desired selection of text on button click to corresponding input. Today good guy over here helped me to limit a number of characters ...
0
votes
1answer
28 views
jQuery event issue in ajax based contents
I am getting html contents with an AjaxCall on a button click(LIST Button) and putting it in a DIV.
$("#list").live("click",function(){
var id=3;
$.ajax({
url: ...
1
vote
2answers
33 views
How to change arrow of multiple accordion?
I've created multiple accordions in jQuery UI, but I have a problem:
How do I change the arrow icons if my accordions are nested like this?
Demo
-1
votes
0answers
10 views
Reduce space between image and element in LI jquery mobile
I would like to reduce space betn image on left side and next text in Li in jquery Mobile
which class need to overwrite to do it. Here is code:
<ul data-role="listview" id="weeksumid" ...