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 (6) | javascript jobs

1
vote
2answers
30 views

Callback with regex in coffeescript, javascript

I have a function: validatorsString.replace(/([\w_$]+)\(([\w_$,]+)\)/g, (all, fn, args) -> args = args.split ',' if typeof validatorsObject[fn] is 'function' res = ...
0
votes
2answers
34 views

When debugging JavaScript using the Chrome developer tools, what information can I use to diagnose a site crash?

What information can I take from the following debug pause? I don't see any information that I can use to identify the problem :s UPDATE: console is empty
0
votes
2answers
27 views

JQuery - Placing a Google Map in a “content” isn't visible?

Having a bit of trouble placing a map within data-role="content" while using Google Maps v3 and JQuery. No errors show in the console so I am having a hard time debugging. No map shows up on the ...
0
votes
1answer
35 views

Nesting callbacks with setTimeout();

How could I rewrite this chain of anonymous function definitions into separate functions, so that it is more maintainable and readable? Thanks! function animation(){ var timeout; ...
0
votes
4answers
44 views

How to remove focus from textarea when it is in active use

When the textarea is in active use (meaning, a user is typing keystores in this field), if the sequence of characters being typed matches a defined sequence like "aeu" then, I would like to set focus ...
-1
votes
1answer
77 views

getElementsByTagName Jquery

I'cant seem to access the following XML child / nodes: <quotation> <length category="3month"> <newprice>test1</newprice> <save><?php echo ...
0
votes
1answer
14 views

Set Value Textbox Inside GridView Using Javascript

I want the stored value in "val" and assgined to the textbox in the gridview. I'm able to loop and find the rows but not the control. I'm getting a undefined error message. What I'm missing that I ...
0
votes
0answers
27 views

Writing javascript that's efficient for the MVC4 bundling script optimizer

A desirable construct for writing any sort of code is an enumeration, e.g. var statuses = { none: 0, inprogress: 1, delayed: 2, complete: 3 }; .. if (status === ...
0
votes
2answers
24 views

cannot see the changed value of a jquery cloned input

I have the following html code <div class="span4 child_age_box"> <input class="child_age_input" value="2"> </div> And following jquery which I want to clone ...
0
votes
0answers
12 views

How to fix the label alignment on pie chart in D3.js?

Here is plunker - http://plnkr.co/edit/VYH5QbO99ZbMkvc2D4Fe?p=preview As I add more and more categories, these labels overlap and I can't see anything Is there a better way to align labels? Thanks ...
-1
votes
1answer
36 views

How to download source code of a webpage with javascript? [closed]

I am making an app and need it to be able to download the source code of webpages. I need to do this with javascript. Not much else to it. Help is greatly appreciated.
0
votes
3answers
17 views

How do I center a button on a table and have that table fill a container in ExtJS?

I am new to ExtJS and I am having trouble centering a button in a container. I am basing my code off of the documentation on the Sencha website; however, I don't see a clear explanation for ...
0
votes
0answers
19 views

masonry script blocking other script?

i was working on a site, where i had a bunch of scripts working fine next to each other. then i tried implementing another masonry script, which works fine by itself, but seems to break the rest of ...
0
votes
1answer
26 views

Twitter Tweet Widget not working anymore

Kindly take a look at the following code. Is there something wrong with it my twitter widget is not working anymore but its was few days earlier from the very same code/ Kindly help thanks, ...
0
votes
3answers
32 views

Should I use prefixfree.js?

Adding all those vendor prefixes truly is hell. Would adding prefixfree be a great solution? Basically it is 2kb big and creates all vendor prefixes for you when the browser doesnt support the ...
-1
votes
2answers
42 views

how to open a new div on button click in php while remaining on same page?

how to open a new div on button click in php while remaining on same page? <form> <input type='submit' name='open div' onclick='dont knw what to write here to open a div'/> </form> ...
0
votes
1answer
23 views

this.form.submit() still fires after code is removed

Problem: What I want to do is have a form submit event fire when I exit a text box that I've added to a view. Details: I have a view in an MVC application which I've added three text boxes to the ...
1
vote
5answers
41 views

How to return just number from id like “post-46”

I've tried looking for solutions and found some that used regular expressions for this, but didn't work for me, but basically how can I (using jQuery) get just the number bit from id like #post-46 ...
0
votes
1answer
25 views

Sum of Text Boxes in Single Row of Dynamic Table

I am trying to sum up all the textboxes of a single row in a dynamic table. As I am not fluent in JavaScript, I would appreciate all the help I can get. For the following function, the original ...
0
votes
2answers
36 views

jQuery linking malfunction

I'm trying to add my tic-tac-toe game to my home page but for some reason the jQuery isn't doing anything. What's wrong with this? I'm assuming that all of this is an error with my linking in my html ...
1
vote
1answer
24 views

Backbone: Create collection from JSON error

jQuery(function() { var Hotel = Backbone.Model.extend({ defaults: { idHotel:"", hotelName:"RIU Pravets", hotelAddress:"Ezeroto N:1", ...
0
votes
0answers
24 views

Wordpress changing “&&” into “&#038;&”

I'm using the PHP include function to include static PHP and JS content within my Wordpress pages (made possible with the ezPHP plugin). The PHP is working fine, but the JS isn't. I'm getting "illegal ...
0
votes
1answer
33 views

Trying to animate border, logic error I guess?

The page I am working on is at keeptheinternetpure.com/memory.html The code is at keeptheinternetpure.com/myCode.js The style sheet is at keeptheinternetpure.com/standard.css I'm trying to get any ...
0
votes
1answer
24 views

Display chart after form submit via AJAX

I need to display a report with some data from the server and this also includes a chart.. im trying to send the json data using $.getJSON once the form is already submitted but for some reason im not ...
3
votes
2answers
51 views

Way to implement better regex in Node.js

I'm using Node.js for a project, and I'm finding Javascript's regex syntax very limiting. Specifically the lack of lookbehind is killing me. I'm trying to use regex to parse strings into sentences, ...
0
votes
0answers
5 views

Three dependent drop down menus in Adobe Livecycle PDF

I am trying to make a PDF form in Adobe Livecycle with three separate drop down menus, each dependent on the menu before it. For example, I would like the following break out. 1,2,3 Then, 1.1, ...
0
votes
2answers
26 views

Bootstrap Typeahead.js

I have been trying to get the bootstrap typeahead to work, with no luck whatsoever. I have pasted the code I have. I have reference Jquery-1.9.1 and typeahead.js. What am I doing wrong? Your help is ...
0
votes
0answers
2 views

JSNetworkX - custom node labels?

I was checking out different JS libraries for graph visualization and I find JSNetworkX to be an awesome JS extension of NetworkX that I definitely wanna use. But still, is it possible to make our ...
0
votes
4answers
53 views

hasClass doesnt function as should be

I have a list of li items and would like to trigger a button click if 2 classes are found. When a list item has 2 classes, I would like to trigger the btn with a click. Can you guys take a look for ...
0
votes
0answers
34 views

Upload screenshots by ctrl+v

As I know it is not possible to upload the files by hooking paste event by javascript. But I have found such thing on trello.com How to reproduce: Only on windows and with google chrome I can'not ...
0
votes
1answer
41 views

Trying to make my first ajax, but stuck on javascript

I'm trying to make my first AJAX web tool. Javascript is my kryptonite though. I'm not sure where I've gone wrong, but any help would be great! function MyFunc() { var xmlhttp; var type = ...
0
votes
0answers
8 views

Embeded Vines Script

Hi i want to embed a vine video on my website. The thing is I want the vine video to be unmuted by default. However i was having a little problem doing this. I found this javascript which vine uses ...
0
votes
1answer
20 views

how to create firstDayOfMonth and lastDayOfMonth functions using momentjs

Working in javascript I stoped in a very simple question about how to get the first day of month and the lastday of the month using javascript and momentjs. I know that in vb should be somethign like: ...
0
votes
1answer
22 views

AngularJS Stop blocking form

I'm relatively new to AngularJS and I am trying to sumbit a regular form. I have basic form that looks like this: <form method="post" enctype="multipart/form-data"> input type="text" ...
0
votes
1answer
19 views

How to enable buttons that were disabled via asynchrous trigger via code behind

I have a couple of buttons in an update panel that gets disabled from code behind on certain triggers like depending it wrote to database or not. Now on the client i have a reset button, This button ...
1
vote
1answer
39 views

Why doesn't Javascript work on XML if it's external

I did some manipulation with an XML database through Javascript. XML was within the HTML code and it worked fine, but when I wanted to use XLST, I had to make XML external. Upon doing so, Javascript ...
0
votes
4answers
57 views

How do I make all div boxes shorten when a button is clicked?

I have the following code: JS: <script type="text/javascript"> $(document).ready(function(){ $('[href=#del]').click(function(){ var myParent = $(this).closest('.box'); ...
0
votes
0answers
17 views

PassportJS and Crypto with NodeJS

I'm building a login system that uses passportJS and the NodeJS's crypto Module. I encrypt the password using crypto like so cipher.update(user.Password, 'utf8', 'base64'); user.Password = ...
0
votes
0answers
55 views

JQuery Week Calendar: Undefined date

I init my week calendar in the click handler of another button: $('#weekView_btn').click(function (data) { document.getElementById('meeting-schedule').setAttribute("style", "visibility:hidden"); ...
1
vote
3answers
75 views

string to number using jquery

I have a input filed that allows a user to place a number value which is then transformed into a string value to allow for commas to be added to values above a thousand. for example, value = 1,000 ...
-2
votes
2answers
24 views

Center SVG elements to its area

Look at this fiddle. The code is complex but the question in simple. I just want to center the SVG content of the gauge chart. You can see the red square that is the SVG area. I want to content(the ...
0
votes
0answers
4 views

EasyXDM How to properly get the height of the iFrame for a given width

I need to make a dynamic iFrame that will re-size when the user changes the dimensions of the window. So far I have implemented easyXDM to do this but it only returns the height value of the iframe as ...
0
votes
0answers
13 views

on-blur on-select Auto Complete issue

Hi in the below code is it possible to know in the blur event that it was triggered when the user was selecting the autoComplete suggestion. YUI().use('autocomplete', function (Y) { var output = ...
0
votes
4answers
39 views

how to detect when a user clicks on an option in a drop down menu (select tag)

I have a select and I want to run a different javascript function depending on what they select when they click it in the menu. My googling has been unfruitful, can anyone direct me to the correct ...
-1
votes
4answers
41 views

how can the value of an href attribute be changed using javascript/css?

Assuming that the html contains the following structure: <div> <a href="http://the/link/that/needs/to/be/changed">text</a> </div> <div> <div> ...
0
votes
3answers
11 views

Access an instance of a class from an event listener of one of the class components in javascript

I am seeking a way to access the instance of an object from within the event listener of one of its components. function FormField() { this.variable = "initial"; this.container = new ...
4
votes
1answer
13 views

Default visual style in Chart.js bar chart

The doc gives a little example about bar chart: var data = { labels : ["January","February","March","April","May","June","July"], datasets : [ { fillColor : ...
0
votes
0answers
9 views

Nested Arrays in Mongoose with ObjectId

I am trying to record the id's of the posts that the user has voted on, and I am creating a schema for it like this: var userSchema = new Schema({ twittername: String, twitterID: Number, ...
0
votes
0answers
19 views

Jquery Mobile Dialog on page load, the dialog doesn't load

I'm trying to get jQuery dialog to appear after webpage loads so that the user can input some important data so that the homepage can load some data. $(document).ready(function(){ ...
0
votes
0answers
12 views

Why is there Greasemonkey access violation if there is a `setTimeout` workaround?

I don't understand the difference (in security terms) between the not allowed unsafeWindow.someObject.registerCallback(function() { var value = "bar"; GM_setValue("foo", value); }); and the ...

1 3 4 5 6 7 7870