JavaScript is a dynamically-typed language commonly used for client-side scripting. Use this tag for questions regarding ECMAScript and its dialects/implementations (excluding ActionScript). Unless a tag for a framework/library is also included, a pure JavaScript answer is expected.

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

0
votes
0answers
2 views

Playlist is not getting cleared in embed vlc media player using javascript

Trying to incorporate online radio streaming to one of my client . Playlist is not getting cleared and not able to play next pointed URL. Below is the html code for the same. Let me know where I am ...
0
votes
0answers
2 views

Tumblr Reblog Code Not Working Correctly?

I recently installed a tumblr theme but for some reason the reblog button does not work (doesn't do anything on click). Even though the like button works, this one seems to not do anything. Looking ...
0
votes
1answer
7 views

Make html hidden input visible

I want to change an invisible html input in to visible when I click a button as shown below. My html line that create the hidden input is: <input type="hidden" id="txtHiddenUname" ...
-2
votes
0answers
16 views

MVC Jquery does not work

i am testing jquery in mvc view page, but cannot get it to work. why not? when i click on button, nothing shows. <script> $(document).ready(function () { ...
0
votes
0answers
6 views

Chrome canvas performance lacks

I have found this code to draw on a canvas. In firefox it works fine but in the latest Chrome the performance lacks. If the mouse is moved very fast the drawn line in behinde the cursor in Chrome. ...
0
votes
0answers
2 views

Troubles while setting up cli for openjscad

I was following this instruction : https://github.com/Spiritdude/OpenJSCAD.org/wiki/User-Guide to set up OpenJSCAD offline. After successful make install in OpenJSCAD.org folder, shell don't recognize ...
0
votes
0answers
5 views

scroll over scroll n mobile browsers

Hi I have list of elements on the page (list is long so page has a scroll), when I click one of these elements I show popup. On this popup I have list of elements too and these elements should be ...
-3
votes
2answers
32 views

javascript printing the value of a property? [on hold]

what have i dont wrong in the following code. I need to write an if statement that checks to see if suitcase has the shorts property. If the if statement evaluates to true, print the value of the ...
0
votes
0answers
13 views

javascript detect if the user liked a page

I've searched before asking, but couldn't find a suitable answer . The scenario is the following , I have a page with download button, so i want the user to like the page to enable the download ...
0
votes
0answers
8 views

Cannot Understand this background Slider technique

All right so there are a few questions to be answered, Q1)Check out the template: http://goo.gl/VBO8Y As you see this web has a 'fixed' Slider which is also "Responsive" and is on whole background ...
0
votes
3answers
31 views

how to check radio buttons with javascript

this is my code in html: <input type="radio" name="sex" id="boy" value="male" /> Boy<p></p><br> <input type="radio" name="sex" id="girl" value="female" />Girl <button ...
0
votes
1answer
22 views

How to open window full screen using javascript

var windowprops = "width=1024,height=768,location=yes,toolbar=yes,menubar=yes,status=yes,scrollbars=yes,resizable=yes,top=1,left=1"; var url = "http://silverslady.net/silver/silverbrazil.php?mn=5343"; ...
0
votes
0answers
11 views

Servlet is not getting called

Inside my jsp page, I have this logic if a user performs a RemoveItem Action On click of the Remove Item, based on the value selected, I need to fetch some information from Httpsession related to ...
0
votes
2answers
32 views

JavaScript global callback functions are not called?

I'm building a small web app with a few other people. I want to allow the other developers to define a couple of functions that are always called when the document is ready. Our app inserts the ...
0
votes
0answers
13 views

AngularJS / wait until promise finishes / weird behaviour

My AngularJS app has a weird behaviour that I'm trying to understand. I have the following in ApplicationController $scope.init = -> ordersService.getOrders().then (orders) -> ...

1 2 3 4 5 27061
15 30 50 per page