Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. JavaScript
  4. Two .sortable() tables in one mfc view?

Two .sortable() tables in one mfc view?

Scheduled Pinned Locked Moved JavaScript
c++javascriptjsonhelpquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ron Anders
    wrote on last edited by
    #1

    I have two tables in two partial views both tbody.sortable(); When they are loaded one at a time they sort, drag n' drop. Load both partials and thier tables and only the second of the two sort. Pfft, this will be easy to fix I thought. partial#1 $('tbody').sortable(); partial#2 $('tbody2').sortable(); No! This fixes the first broken table but breaks the second one. Reading the Jquery API documentation for .sortable() mentions tbody exclusively as if it's looking at only the tag and not the class. And I screwed or just wrong?

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups