0
votes
1answer
245 views

Javascript html5 rpg inventory ideas? [closed]

Building a canvas based RPG at the moment, and its the first game im building with JS and HTML5, and also the first game to include a player inventory e.g. like the players inventory in runescape. I ...
0
votes
1answer
47 views

How to bind a draggable event to multiple instances after using append

I'm trying to make an inventory system with lots of slots, and I think that I'm doing something wrong. Is it the same calling ".draggable()" on each element like that or is it faster to group up all ...
5
votes
2answers
403 views

(javascript / else / noscript iframe) to reduce server processing?

On my website I serve a retail inventory catalog. I want to place the burden of data processing and rendering the inventory on the client browser, to reduce my server side processing and bandwidth. I ...
1
vote
2answers
697 views

jQuery - How to link together a DOM element and a Javascript object?

I want to be able to link a javascript object with a dom element but cant find a way for this to be done properly. An example: say when opening a page with an inventory it loads all the items ...
0
votes
0answers
141 views

JavaScript avatar with items question

I'm trying to create a javascript avatar. E.G with Head Items, body items etc... I have a PHP script that queries the database and retrieves the current items the avatar/user is wearing, it's response ...
0
votes
2answers
1k views

JavaScript Avatar

I'm trying to create a javascript avatar. E.G with Head Items, body items etc... I have a PHP script that queries the database and retrieves the current items the avatar/user is wearing, it's response ...