Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript What’s the best way to approach this…

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26918
    rainemaida
    Member

    Ok. I’m trying to create a web app that allows you to drag items from one box to another as per the example below.

    http://www.dhtmlgoodies.com/scripts/dra … rop-2.html

    The box on the left is initially populated by items in a category called "uncategorized" and when I drag it onto the right hand side it will move into a category called "jobs". When I refresh the page these items will stay in the boxes (or categories) that I left them in, i.e. it has saved.

    Ideally this would be a WordPress integration, but I guess the first questions are what’s the best way to do this and does anyone have any better (more upto date) examples than the one I posted above.

    I’m keeping my eye on Chris’ web app tutorial this week but if anyone has any further help that would be great.

    Cheers,
    Steve

    #67416

    Have a look at the JQuery plugin draggable – http://jqueryui.com/demos/draggable/ – that should help.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.