-
The clone function at the end of pacman.js seems to corrupt JQuery, in particular the $.getXXX functions.
I removed the code and replaced:
map = Pacman.MAP.clone();
with
map = Pacman.MAP…
-
Please have some tests with jQuery-append method and IE8, there are cases when the appended node doesn't shiv. My last issue was with .clone() and then .append()
Till now updating to last version of h…
-
* Mojolicious version: v9.14
* Perl version: 5.30.0
* Operating system: Ubuntu 20.04
### Steps to reproduce the behavior
1. Clone the Mojolicious repository.
2. Navigate to the file located at …
-
I was cloing the bottom button to the top of div like using the below code but did not work how can I enable Button for both top and bottom?
```
jQuery('#top_buttons').html(jQuery('div.actions').…
-
First we need a fix for the jQuery textArea .clone() bug (http://bugs.jquery.com/ticket/3016).
-
```
What steps will reproduce the problem?
1. first i include jquery ui datepiker
2. then i datepiker
$
('.datefield').datepicker({
dateFormat: 'yy/mm/dd',
m…
-
```
What steps will reproduce the problem?
1. first i include jquery ui datepiker
2. then i datepiker
$
('.datefield').datepicker({
dateFormat: 'yy/mm/dd',
m…
-
```
What steps will reproduce the problem?
1. first i include jquery ui datepiker
2. then i datepiker
$
('.datefield').datepicker({
dateFormat: 'yy/mm/dd',
m…
-
### Issue summary
Each time when hot reload, update the page that have the terminal new history is created.
### Expected behavior
When a terminal is destroyed and created again, it should create …
-
Hi, sorry for my english :smile:
I create a "moba"game with your path-finding library and i need to use findPath ~100x per movement (all characs), my grid is actually 40000x40000 and i have latency p…