JavaScript is a dynamically-typed language commonly used for client-side scripting, but (despite the name) is NOT related to Java. Use this tag for questions regarding ECMAScript and its dialects/implementations (excluding ActionScript). A pure JavaScript answer is usually expected, except if a tag ...

learn more… | top users | synonyms (6) | javascript jobs

0
votes
0answers
23 views

Changing the CSS Property only at the end of the Div

I am using a div wrapped up in to the another div. I have a chart in the wrapped div. So, I want the hover to be displayed left only at the end of the div every time the user hover. I want to do it ...
-1
votes
0answers
9 views

put few items horizontally in few places end of the animation

i attached my works here. please check it and tell me how to put few items horizontally in few places end of the animation. http://jsfiddle.net/ramswarnak/x3xrF/1/ @-webkit-keyframes ball-x { ...
0
votes
0answers
10 views

How to store cache values of audio file?

I'm using a audio (.swf) file in my site, which has two options: AUDIO ON and AUDIO OFF. I can on and off the audio, the problem is audio is not stopping. It is playing repeatedly. Can anyone help ...
0
votes
0answers
10 views

Overwrite Flash Window.close event with javascript

I am facing a strange issue and need immediate help if possible. I have a HTML page where I have Flash Video Embedded. It also have video controller in same swf. That controller has a button which ...
0
votes
1answer
20 views

Input text is not working in jQuery template when click event is enabled

I have a jQuery template in below structure. <div class="parent-class"> <div class="sub-class"> <div clas="sub-input-class"> <input type="text" /> ...
0
votes
5answers
33 views

CSS Default selection without JS

Ok so Ive got a very basic CSS tab content system, very neat and clean, but I want to be able to create a default state so the first tab div is open without selection neccesary? Any ideas, I would ...
1
vote
2answers
16 views

Return filenames from jquery object with serializearray

I am having some troubles getting filenames from a jquery script. I have multiple hidden fields containing filenames from a fileinput in my form and I use this to get filenames: var fn = ...
0
votes
1answer
19 views

System.Data.SqlClient.SqlException: Incorrect syntax near ')'. executenonquery

using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using ...
0
votes
2answers
22 views

jQuery not working on Wordpress site

I built this simple search function for a FAQ page that displays live results and it works great locally and on jsfiddle: http://jsfiddle.net/y8mkF/7/ However, I can not get it to work on Wordpress. ...
0
votes
0answers
4 views

select box auto close up after on change is triggered for iPhone and android browser

Is it possible to use JavaScript to control select box auto close up after on change event is triggered for mobile web development?
0
votes
0answers
9 views

IE compatibility with jQuery Tools Tooltip

I've started designing a page using the jQuery Tools' tooltip (as demonstrated here). I've tinkered with it a bit to allow onClick show and onClick hide. Works fine in Chrome, Safari and Firefox. ...
0
votes
0answers
13 views

Managing “cookies” with Store.js

I'm using localStorage to create a type of cookie inside my page, to track the activity of a user within my website. To achieve retro-compatibility, I'm using the Store.js library. The workflow that ...
0
votes
0answers
11 views

How to add apartment in google maps

A manager of a apartment in my city wanted to add his apartmentto Google Maps with marker. How can we add it? I searched but just found "How to add a Local Business:. But I want also marked with some ...
0
votes
0answers
6 views

javascript - localize numbers mapped from server

My IIS and client are on different machines and in different regions, so I have to render numbers pushed by IIS as per the client's locale. I have the following code: <div><%# ...
0
votes
0answers
5 views

combobox in kendo ui grid

I have this code to show kendo grid $(document).ready(function() { $("#grid").kendoGrid({ dataSource: { transport: { ...

1 2 3 4 5 26086
15 30 50 per page