#115 Drag & drop inputs | Udemy clone from scratch in php | Quick programming tutorial

preview_player
Показать описание
Learn to create a dynamic website by cloning the udemy website from scratch using php, javascript and html from existing bootstrap templates.

more tutorials:
HTML basics tutorial:

Absolute beginner PHP with practical project:

make a social website from scratch:

all crash courses:

code a live chat app in PHP and JavaScript:

make an eCommerce website from template:

convert an HTML template to PHP website:

simple signup and login system & security:

crop images with PHP:

PHP Object Oriented Programming basics:

Chart or graph using SVG:

Responsive web design:

clean pretty URLs:

support me on patreon:

my facebook:
Рекомендации по теме
Комментарии
Автор

I've used "ondragenter" and created if statment :

!= null)
{
item_to_drag.parentNode.insertBefore(item_to_drag, item_to_drag_to);
}
else
{
item_to_drag.parentNode.insertBefore(item_to_drag,
}

With that I can now drop the item on any element. Works very good. I hope the is helpful.

GreenFiro
welcome to shbcf.ru