facebook

Rounded list population

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #345661 Reply

    bremy
    Member

    Hello

    I have defined a “rounded list” in one of my app screens. This list contains all items I could need
    Sometime, I need to remove some items because they are not usefull, sometime I need to have them displays

    Like it exist the “append” function, does it exist a function to insert an item at a wanted position in the list?

    I think I also found a possible bug. Assume on item having an “On click” action defined. When removing this item from the list and appending it from a cloned item, the action associated seems to have been removed for ever. It is a bug? Any way to prevent this?

    Many thanks

    #345738 Reply

    bremy
    Member

    Hello

    Here the way to insert a new item at the position you want in a list
    This syntax was found in JQuery help

    mylist.children().eq(6).after(newitem);

    this will add a new item after the 7th item in mylist (first item is #0)

    hope that will help

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Rounded list population

You must be logged in to post in the forum log in