I’m working on a page where I need to associate a list of objects with a row of a table, and I’m using jQuery.
jQuery.data seems to just associate a piece of data with a key, whereas I need more like
id=4,setting=2
id=3,setting=1
...
I don’t know how long the list could be, and it could be empty.
Is there a sensible way of doing this?
You can store anything as jQuery data, so you could do this:
If you want to select something by id, you could do this:
Then you can access your settings like this: