TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jordan Trajkov
1.6k
163
10.4k
How to create ajax function using dragula drag and drop in asp.net
Dec 16 2020 1:36 PM
Hello guys, i have 3 different repeater controls designed with bootstrap 4 and dragula jquery library, they read items from database and display them in the page by status type in the database. You can see how they looks like here:
Now when i move items with drag and drop from one to another repeated they work nice, but that is temporary state, after i refresh the page they all bring back the state from database.
Bootstrap use Dragula jquery library for drag and drop.
My question is, is there anybody who have created ajax function using Dragula api to save the new state of the items after they are move with drag and drop?
Reply
Answers (
4
)
load data with ajax and .net core
How to filter an ajax url call with a variable in the URL?