Tagged Questions
0
votes
1answer
130 views
How to make an inventory system with hover and active effects
I'm making an inventory system and I can't find the best way to go about making the strucure.
I'm using JQuery .draggable and .droppable and my html is like this:
<div id="inventory">
<div ...
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 ...
1
vote
0answers
272 views
JQuery-UI: How to build a Inventory using Accordion + Sortable? Limiting Sortable & Removing Scroll
I'm trying to build an inventory using Accordion and Sortable via JQuery UI.
Goal / Features: - here is what I'd like to have this do:
Limiting Sortables - an item from one accordion CANNOT be ...
1
vote
2answers
672 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 ...