1
vote
0answers
8 views

Drawind Dynamic series and points with Highchart and ajax

I try to get several series of data from employees and get them drawed through HighCharts. I don't know the company till the user click, so then I get trough ajax all the employees and their data ...
0
votes
0answers
5 views

javascript validator not working, just returning it passed when it didnt

Here is my code, i compared it to this site which has the script working and i cant seem to spot the difference why mine is not working, im probably missing something simple. This is the site i got ...
1
vote
1answer
17 views

only want my function to take place on larger screens when it is no longer a mobile device

Im having trouble getting this to work, so obviously i'm doing something wrong... I created a fade-in hover state on the submenus of my menu, which works perfectly, but when I scale down to mobile ...
1
vote
0answers
11 views

Get Ajax variable from the PHP foreach loops (part II)

Due to dianuj's great help I solved my Ajax looping issue yesterday. Click here! The solution helps me to send and get quantity variable (class="qty") every time I change the number in the input ...
0
votes
1answer
24 views

JavaScript scope with JSON object

This function is called when an element is clicked. It creates a string based on what element was clicked, and then looks up the value associated with that string in a JSON object. It then alerts that ...
1
vote
0answers
14 views

Window.Opener.HREF in IE but not Chrome

I came across this post which I thought would solve my problem: window.opener.location.href works in IE but not Chrome or Safari Unfortunately, my setup is slightly different. I have a form on a ...
1
vote
1answer
32 views

insert text into an sceditor textarea from a div?

Hi all I am very new to javascript and jquery so bear with me, I am trying to make a multi-quote system for my sites comments system. SCEditor is this btw: http://www.sceditor.com/ I have this code ...
0
votes
2answers
21 views

Adding a checkbox and a label

How do I dynamically add a checkbox with a label so that it will look like this: <label> <input class="some_class" id="some_id" type="checkbox" value="0"> Title </label> I ...
-1
votes
0answers
13 views

how to make this effect of this com javascript page background?

http://larealpari.com/ not know how to do this transaction to look like a video so this background ("#frame").css({"background-size":""+h*n+"px "+t+"px","background-position":"-"+(a*h+l)+"px ...
-1
votes
0answers
13 views

Code works in Firefox Scratchpad but not in code

I am using FullCalendar to load a Google Calendar. I want to convert all the a tags of a certain class in the calendar to spans. My code works great if I execute it in Scratchpad, after the page has ...
0
votes
2answers
23 views

jQuery, and the Iconfield plugin, throw an error in my Greasemonkey script

I'm having trouble using a jQuery. I include jQuery, and the plugin at 'https://raw.github.com/yotamofek/jquery.iconfield/master/jquery.iconfield.js', using @require, but whenever I try to use any ...
1
vote
0answers
43 views

jQuery autocomplete function not working?

I have a page where a user can click a button which says "Add a Skill" and then it should display an input box where you type in your skill, it should display another input box where your skill level ...
0
votes
2answers
26 views

How can I detect a jquery Fade animation is in process or not?

Here is the code about jqery fadeIn fadeOut function timecheck(obj,options,inAction){ var items = options.items; // check if anything needs to be done for (var i=0; i<items.length; ...
0
votes
0answers
32 views

Must return only a description but returns all the path json

Must return the description of each title I tried to create the path for each one worked however returns all instead of each. Anyone know how to do? javascript ...
0
votes
2answers
44 views

Form Validation with password match

I have two forms inside my body: <body> <form method=post name="signin"> <table> <theader>Sign In</theader> <tr> ...

1 2 3 4 5 9244
15 30 50 per page