I want to create an dialog box in javascript (with Jquery or without) that lets you click normaly on the background items and you can add into dialog box some inputs, buttons...etc.
For example like those smaller tools boxes in Photoshop that you can drag and resize them anywhere.
My question is, is it even possible to do this? Because i saw only cases of alert, dialog and prompt boxes, and thats it.