Search:
Type: Posts; User: FrioLazzlo
Search :
Search took 0.01 seconds.
So the vzory_ object can be for example:
vzory_ = {
1: {
a: 12,
b: 23
},
2: {
qw: 12,
3: 'fd'
I am not sure if i understand you correctly but...
Why cannot you use a regular array instead of a custom array-like object?
For example this looks to me like a 2 dimmensional array like...
Combined the above code to a web page and the page works for me.
<!doctype html>
<html>
<head>
<script type="text/javascript">
function deleteConfirm(){
var confirmDel = confirm("Are...
Hello
The script that controls content fetching can be found in:
http://www.girlslovedjs.com/files/js/ajax_v6.js
It looks like a custom made script so you have to explore it and modify to be...
Hello
This behaviour is most likely caused by the default button type which is 'button' for IE and 'submit' for others (more here).
If you add 'btn.type = "button"' after 'btn.innerHTML =...
Hello
You can reduce the size of the code by passing an argument into the function on each anchor in the list. This will tell javascript which sound to pick from the arrays.
Something like...