|
sam0510
|
 |
« on: June 28, 2009, 09:47:40 AM » |
|
i have a tabs with item
[{"id":1, "caption":"item a", "image":"img/demo.gif"}, {"id":2, "caption":"item b", "image":"img/demo.gif"}, {"id":3, "caption":"item c", "image":"img/demo.gif"}, {"id":4, "caption":"item d", "image":"img/demo.gif"}, {"id":5, "caption":"Tabs5"}]
i can't append an object , and i think the problem is with id as int.
i'm include here the .js file
note : when i create a new tab , the id is count of tabs , then i want append as objects , such as an button in new tab created once
|