JQuery Drag Column to a new Table and add to Row at specific position -


I have found more than one table and I want to be able to drag my column from one table to the column The current status should be added to the line I now have to do the following work:

   gt; & lt; / script & gt;   

it works, but it always end of the line Adds column (top right) The reason I want to do this now is that if there are 2 columns in the droppable table, I can also keep my drawing columns between those 2 columns.

Any ideas how I manage it Can I do?

By using the "first" and "after" function and adding the pure HTML code It has solved.

Something like this:

  

I'm wondering why I can not find any answer ....

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -