1
vote
2answers
28 views
jQuery call function with each item in selection
I am trying to call a function using each object found in jQuery selection
<a href="#" class="can-click" data-code="a">a</a>
<a href="#" class="can-click" data-code="b">b</a>
...
0
votes
6answers
50 views
Declaring variables javascript
I just have a quick question and cant find anything on google. I was going through some code another programmer put together and he declares ALL of his javascript variables with $ in front of ...
0
votes
0answers
57 views
How can I handle several javascript files without interfearing?
I'm working with bootstrap, and also setting some js video, and several other widgets.
I have the following, but the bootstrap tabs are not working.
<script type="text/javascript" ...
2
votes
3answers
36 views
conversion of string containing times to 24-hour times I can do math with - jQuery
I am trying to find a way in jQuery/javascript to reliably convert strings like these:
"10:30 am – 11:00 pm" or this "6:45 am – 9:50 pm"
into two pieces each, 1030 and 2300 or 645 and 2150 ...
0
votes
4answers
42 views
Javascript - Click to rotate image infinitely and click again to stop
I've been trying to figure out how to get this script to rotate an image infinitely onclick and then stop it when you click it again. Can anyone modify it to get it to do that?
$(function() {
...
-9
votes
0answers
39 views
Why is the console is giving me a false error? [closed]
This makes no sense to me. The console is telling me that my method is not found when I clearly have the plugin uploaded to my server. click this link and see what I'm talking about
0
votes
1answer
23 views
Shared tooltips on a pie in a donut?
I'm fussing with a pie in a donut in Highcharts, and I can't seem to get either a legend or a shared tooltip to appear. It works fine with non-shared tooltips:
tooltip: {
formatter: ...
1
vote
1answer
32 views
How can I show a div with jquery mobile when a radio button is selected?
Here is the JSFiddle relating to my question. http://jsfiddle.net/kane/MFJUv/
I've tried several things to show/hide the dropdown (div id: machinedropdown).
On load I want the machine dropdown to ...
0
votes
2answers
34 views
How to create universal timeout function with jquery
So, i need to have some universal timeout function for my script. I will need to use this many times and i want to universalize it, so i try with that, but smthg is wrong, can u help me?
$.fn.timeout ...
0
votes
1answer
17 views
Why ascensor.js plugin doesn't work?
I'm using the plugin ascensor.js and I'm trying to do a simple example, but it doesn't works, and I can't see the error.
The code is in the following fiddle: http://jsfiddle.net/C2vLH/2/
JS
...
2
votes
2answers
23 views
Converting text fields to an array and displaying on page with Javascript/Jquery
I am converting a collection of text fields to an array using the following code (assume HTML input fields with values):
var bgimgsarray = $("input[class='image_name_input']").map{function(){return ...
0
votes
2answers
37 views
Opposite of jQuery.camelCase for CSS property names
jQuery.camelCase is used to convert dashed CSS properties to camelcased CSSOM(? or DOM?) properties.
I'd like to do the opposite to dynamically create a CSS transition value.
I don't want to use the ...
0
votes
3answers
25 views
live form results using javascript
I am trying to provide a message below the fields of a form. The message will depend on what is entered in both fields.
How would I go about making it so it calculates in real time using both the ...
0
votes
2answers
71 views
Very simple jQuery not working
Simply put, my jQuery is not working.
Here is my code:
<!DOCTYPE html>
<html>
<head>
<title>jQuery 101</title>
</head>
<body>
<div>
...
0
votes
2answers
33 views
jQuery ajax script wont work with n number of forms from PHP
I have a little problem with my AJAX jQuery script and n number of forms...To be more precise, PHP script generate N number of forms (form include one textarea and one button), and in head tag I ...
0
votes
4answers
32 views
Toggle styling for active element in group of elements
Given a group of elements with no target attribute (e.g. following code), what is the most effiecient way to set a highlight-styling for a selected element while unsetting the same styling for a ...
-5
votes
0answers
60 views
How to add jquery click function? [closed]
i have this problem and i cant seem to figure it out. Maybe you could help me with a solution to my problem. I have this script with step1 step2 & step3, when the user gets to step 3 and clicks ...
1
vote
2answers
35 views
Defining a class's .click - Before element has the class
I have following code:
$('.fam.page_edit').click(function(event){
event.preventDefault();
$(this).removeClass('page_edit').addClass("accept");
...
0
votes
1answer
34 views
Delay Javascript button onClick using setTimeout
I'm having a problem with delaying a button click. I've already searched through stackoverflow and I've found a couple answers and it's easy enough with setTimeout but I can't get it to work in what ...
3
votes
2answers
59 views
css3 rotate according to cursor
I am trying to do the following:
Create a square div on the screen and whenever the cursor is hovering it, the square should horizontally rotate (rotateY).
This is what I have done:
...
0
votes
1answer
28 views
Universal volume control for whole website?
my website has several audio players on one page. Mostly these audio players would depend on an html5 <audio> element, however for some sites there is an flash / <object> fallback. I was ...
0
votes
0answers
17 views
Parsing the Image URL with Filepicker.io
I am trying to post the Image url and what is coming out is something like so=
https://www.filepicker.io/api/file/GEghdsg4Shy7aY0xY6ywc
And what I want is
...
0
votes
0answers
10 views
Facebook-friend-selector not showing correctly in IE-8
I'm using jQuery friend selector: http://facebook-friend-selector.codersgrave.com/
It works great in chrome, safari, firefox, IE 10, and IE 9.
I cant figure out why its not working only in IE 8. i ...
0
votes
5answers
39 views
Replace text except number using jQuery
I'm trying to replace some text using jQuery leaving the number.
Replacing text in jQuery is easy but I don't know a lot about regex to leave the number part alone.
Here's the HTML:
<div ...
1
vote
1answer
22 views
How to put error-label inside a stylized div?
Im using jquery validate... the option wrapper: "div" creates the "error label" inside a div nice... I want that div with a class like this:
$(".selector").validate({
wrapper: "div"
....
})
...
2
votes
3answers
29 views
ios-like animation to slide content from right to left
I am trying to emulate an effect I have seen on numerous iPhone applications. It essentially slides the content on the screen from right to left when a button is clicked. The content from the original ...
0
votes
0answers
23 views
printing spring message in alert using js
I am integrating js code with spring...
in the return statement they have given the spring message...
i dont know wat does it mean...
how to print the result in alert and see
what for they are ...
1
vote
1answer
46 views
What is the preferred way to assign a jQuery object to a Javascript object for event binding?
Example:
I want to create a multi-window webapp. Each window is a jQuery object (with a DOM element attached to it), but it should also have specific properties and methods (such as close() or ...
0
votes
2answers
45 views
Text generated by php to span
I have function (PHP) whitch generates some text, let say:
function A()
{
echo 'test';
}
Next, I have (HTML):
<span id="content"></span>
Then, I have (JavaScript):
...
1
vote
0answers
18 views
Prevent hyperlink on touch and show hover state
I'm not sure why but when I touch a link on on a site I'm building on an iPhone/tablet it doesn't trigger the hover over state and instead just jumps straight through to the link. You can see the test ...
1
vote
1answer
37 views
Tron game keyevent issue
I want to make a 'Tron-game like' little game, heres the code, i already made: http://jsfiddle.net/Jim_Y/KQW5w/2/
code snippet:
$(document).keydown(function (e) {
if (e.keyCode == 37) {
...
1
vote
1answer
30 views
unwrap() removes link in jsFiddle test, but not in Tampermonkey script?
I tried remove a link on a div, and it works using unwrap(), see it on jsfiddle
Now, I want implement a userscript to remove the link on a website (example on jsfiddle), but it's not working.
I'm ...
1
vote
0answers
21 views
Facebook-like carousel image picker [closed]
I'm looking for a jquery script to create facebook-like image picker which works as image carousel. I'm talking about this thing (when sharing a link):
I know i can achieve such thing using almost ...
2
votes
2answers
60 views
Moving divs over other divs with jquery
I am trying to get a div to move to the bottom of the page without moving the divs i have under it. I just want it to move down without interrupting the rest of the page.
This is my jquery:
...
1
vote
1answer
30 views
HTML/CSS/iQuery Editor with Autocomplete
Is there an editor that is as good as XCode at code autocompletion, but for HTML, CSS, and javascript. This means file parsing, so that it can be used with jQuery and other libraries such as node.js, ...
1
vote
4answers
44 views
How to fade in images one by one?
I have seen example using chaining settimeout to do this. However that would not work for indefinite number of images.
The .each function called on multiple images would lead them fade in ...
0
votes
2answers
52 views
Scale down image to fit div
I am trying to scale down an inage to fit a div container that are greater then the max width and heights set. I have the code below that gets the width and height of the image and the sets max sizes ...
0
votes
1answer
21 views
How can I dynamically add to a JavaScript object similar to JavaScripts array push function?
How can I add to the data.data.trek.places object. For example, if a user triggers an event I want to add to this object and then be able to iterate over it again, but I'm not sure how to do it. I ...
-4
votes
1answer
39 views
Why wont simple jquey .append work?
So I'm trying to make a small picture gallery, showing off pictures from our wedding. I would like to use js / jQuery to append pictures to the three divs, automatically on load, and clear them and ...
1
vote
4answers
37 views
How to display specific JSON data?
Here is my json data :
var jsondata =
[ { "month" : "01" },
{ "folders" : [ { "name" : "test1" },
{ "name" : "test2" },
{ "name" : "test3" }
] },
{ "actions" : [ { "id" : ...
1
vote
1answer
33 views
uncaught syntaxerror unexpected token in Chrome in jquery replaceWith
jQuery('div#top').replaceWith('<div id="top">
</div>')
Chrome says uncaught syntaxerror unexpected token in the first line. I dont know whats the error here. I am just trying to replace ...
0
votes
2answers
24 views
How do I hide the outline in popup window
I created popup/modal window in JS, and I need to hide the outline map container. For init map I used this js code
self.mapDialogOptions = {
autoOpen: false,
modal: true,
...
-2
votes
4answers
33 views
jQuery issue with child elements
I don't understand why the last part of code affects the second div and not the first like the first bit does. In addition, all of the other content that was there disappears, which is not the desired ...
0
votes
2answers
16 views
With javascript / query, is there a way to just “nudge” or “flick” the scroll so it's interruptible by the user (better description within)
I want some js to automatically scroll just a slight bit down the page, however I also want this scroll to be interruptible by the user.
When using jquery to auto scroll, when you animate the scroll ...
0
votes
2answers
77 views
Using Laravel functions inside a javascript file that is included as an asset
Let's say I have a piece of jQuery javascript that binds to a div on load and dynamically defines an img in that div. Something like this:
$(document).ready(function() {
...
-2
votes
0answers
25 views
Jquery counter that remembers visitors IP address and doesn't appear every time [closed]
I need some help with this. It is a counter with one-time offer on my website, that should appear only the first time someone visits the site. Also, it should not reset on refresh.
This is HTML code:
...
1
vote
2answers
26 views
jQuery append duplicating elements [closed]
i have the following JavaScript:
jQuery.fn.outerHTML = function(s) {
return s
? this.before(s).remove()
: jQuery("<p>").append(this.eq(0).clone()).html();
};
$(function() {
...
1
vote
1answer
24 views
In Firebase when using push() How do I pull the unique ID
I'm attempting to add/remove entries from a Firebase database. I want to list them in a table to be added/modified/removed (front end) but I need a way to uniquely identify each entry in order to ...
0
votes
3answers
31 views
Changing text with position change of mouse pointer?
I am trying to write a script which I want to put in my html website. What this script does is that it changes text with change in mouse cursor position. For eg. if user is on (x,y)=(1,1) then some ...
0
votes
1answer
32 views
Chunk ruby on rails text_field name with jQuery
If I have a rails form that output the following HTML name attribute
"recipe[ingredients_attributes][1][quantities_attributes][0][measurement]"
How can I split this into chunks with jQuery, so I ...






