tagged [javascript]

Differences between C# and JavaScript Regular Expressions?

Differences between C# and JavaScript Regular Expressions? Are C# and JavaScript Regular Expressions different? Is there a list of these differences?

21 Oct at 07:5

What is the purpose of a plus symbol before a variable?

What is the purpose of a plus symbol before a variable? What does the `+d` in mean?

9 Jan at 15:57

How to set NODE_ENV to production/development in OS X

How to set NODE_ENV to production/development in OS X For use in express.js environments. Any suggestions?

How to play audio?

How to play audio? I am making a game with HTML5 and JavaScript. How could I play game audio via JavaScript?

30 Jul at 20:27

How to make a DIV visible and invisible with JavaScript?

How to make a DIV visible and invisible with JavaScript? Can you do something like

7 Jan at 22:46

Reverse of JSON.stringify?

Reverse of JSON.stringify? I'm stringyfing an object like `{'foo': 'bar'}` How can I turn the string back to an object?

16 Dec at 09:24

How do I change the background color with JavaScript?

How do I change the background color with JavaScript? Anyone know a simple method to swap the background color of a webpage using JavaScript?

16 Jan at 18:44

How can I export Excel files using JavaScript?

How can I export Excel files using JavaScript? Is there any way to generate Excel/CSV through Javascript? (It should be browser compaatible too)

22 Feb at 19:22

How to read and write into file using JavaScript?

How to read and write into file using JavaScript? Can anybody give some sample code to read and write a file using JavaScript?

26 Apr at 00:48

Strip HTML from Text JavaScript

Strip HTML from Text JavaScript Is there an easy way to take a string of html in JavaScript and strip out the html?

25 May at 03:54

How can I debug my JavaScript code?

How can I debug my JavaScript code? When I find that I have a problematic code snippet, how should I go about debugging it?

27 Oct at 21:50

How to convert a string to an integer in JavaScript

How to convert a string to an integer in JavaScript How do I convert a string to an integer in JavaScript?

How do I submit disabled input in ASP.NET MVC?

How do I submit disabled input in ASP.NET MVC? How do I submit disabled input in ASP.NET MVC?

23 Apr at 18:24

CSS3 transition events

CSS3 transition events Are there any events fired by an element to check whether a css3 transition has started or end?

How to print a stack trace in Node.js?

How to print a stack trace in Node.js? Does anyone know how to print a stack trace in Node.js?

13 Dec at 04:12

How to add `style=display:"block"` to an element using jQuery?

How to add `style=display:"block"` to an element using jQuery? How to add `style=display:"block"` to an element in jQuery?

7 Sep at 03:43

Convert SVG to image (JPEG, PNG, etc.) in the browser

Convert SVG to image (JPEG, PNG, etc.) in the browser I want to convert SVG into bitmap images (like JPEG, PNG, etc.) through JavaScript.

17 Nov at 02:0

JavaScript require() on client side

JavaScript require() on client side Is it possible to use `require()` (or something similar) on client side?

14 Oct at 10:50

Convert serialized C# DateTime to JS Date object

Convert serialized C# DateTime to JS Date object How can I convert that date format `/Date(1302589032000+0400)/` to JS Date object?

9 Apr at 19:4

How to use document.getElementByName and getElementByTag?

How to use document.getElementByName and getElementByTag? can i use like this or ``` document.getElementBytag('table').elements` ```

20 Dec at 15:3

Get mouse wheel events in jQuery?

Get mouse wheel events in jQuery? Is there a way to get the mouse wheel events (not talking about `scroll` events) in jQuery?

25 Jan at 20:52

Remove/ truncate leading zeros by javascript/jquery

Remove/ truncate leading zeros by javascript/jquery Suggest solution for removing or truncating leading zeros from number(any string) by javascript,jquery.

1 Mar at 09:10

Can you disable tabs in Bootstrap?

Can you disable tabs in Bootstrap? Can you disable tabs in Bootstrap 2.0 like you can disable buttons?

Loop (for each) over an array in JavaScript

Loop (for each) over an array in JavaScript How can I loop through all the entries in an array using JavaScript?

How to get all elements by class name?

How to get all elements by class name? How do you get all elements by class name using pure JavaScript? Analogous to `$('.class')` in `JQuery`?

18 Apr at 21:54