-
```
What steps will reproduce the problem?
1. The following html:
$(document).ready(function(){
el = document.getElementById( 'google-map' );
map = new GMap2( el );
map.setCenter( new G…
-
https://github.com/tanpero/JavaScript-Art-Tour/blob/master/第三章-数据/字符串.md#模板字符串
```javascript
alert`123`
```
其实应该等于以下吧
```javascript
alert([123])
```
`String.raw 虽然是一个函数,但是不能使用括号进行调用,自然也不能用…
-
For example: `http://yourcdn.com/respond-proxy.html?url=javascript:alert(19890611520);&css=http://yourcdn.com/test.css`
Code: https://github.com/scottjehl/Respond/blob/master/cross-domain/respond-pro…
-
I am using jquery confirm https://craftpip.github.io/jquery-confirm/
I am getting Uncaught TypeError: $.confirm is not a function - when I directly put the below code
$(document).re…
-
```
How to reproduce the problem?
Please describe step by step:
1. I have called the function on button click like below :
2. Then I clicked on button, for the very first time the file…
-
Occasionally when Extract dashboard is left open, the following message appears:
> DataTables warning: table id=finishedRequestsTable - Ajax error. For more information about this error, please see…
-
```
Is there a way to do this in tiny-js? The way javascript usually handles
polymorphism is with variable argument counts. The following seems to fail in
tiny-js.
function test(a,b)
{
alert(…
-
```
I added the following code on my screen. But when I scan a barcode nothing
happens.
$(document).ready(function() {
char0 = new Array("§", "32");
char1 = new Array("…
-
```
I added the following code on my screen. But when I scan a barcode nothing
happens.
$(document).ready(function() {
char0 = new Array("§", "32");
char1 = new Array("…
-
Hey @chrisvfritz, can you take a look at this? It's [hosted here](http://fresh-limit.surge.sh) and meets the following [project](http://lansingcodelab.com/lessons/js-intro/1) criteria:
- [x] Include a…