Simple Browser Inventory

by Skyspark
A demo of a simple browser inventory using jQuery [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Skyspark.SimpleBrowserInventory##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Skyspark.SimpleBrowserInventory##version=1

198 downloads
Version 1
Date added: May 17 2010
Last updated: May 18 2010
0 fans
This is a demonstration of how to create a simple inventory in the BYOND browser with javascript. It uses the jQuery library to handle all the html manipulation.

It shows the beginnings of some of the advantages of doing inventory in the browser, with item-hover effects, and displaying item.desc when an item is right-clicked.