[jQuery] jquery game

2008-09-30 Thread Tadas J
Hello, I want to share my game, that I made when I was bored. This is web browser game similar to cubic rubic. I did not find such a game, so I named it Coloxy (color, x-axis, y-axis). Well, this is a logical game Cube-like game (or "The Magic of cubic RUBIC). In 5 boxes you have to make one kind

[jQuery] array problems

2008-03-29 Thread Tadas J
Hello, I have a problem with arrays. I am getting data from xml and trying to get data to arrays. Here is my code: === var monster = [[[]]]; ... $(this).find('monsters').each(function(id2){ monster[pid][id2]['db_id'] = $(this).find('db_id').text(); }); ... ===