Hello,
I am trying to create an upload picture pop up but how?
So when someone click the following button:
<button type="button">Add background</button><br><br>
An upload picture pop up appearing.
How to create such a thing?
Hello,
I am trying to create an upload picture pop up but how?
So when someone click the following button:
<button type="button">Add background</button><br><br>
An upload picture pop up appearing.
How to create such a thing?
This seems like overkill. This is an additional click? Anyhow employ any modal form. You can use jqueryui or any other framework or library e.g bootstrap.
any web link for this? I do not know how to make it.
Jqueryui or bootstrap and go to modal forms
Like this script: https://www.w3schools.com/howto/howto_css_modals.asp perhaps. Guess, I just have to revise it.
Is there any that is movable with a mouse? Like you can click the box to move it?
Google search gave this fiddle: http://jsfiddle.net/dave_wilton/a3gyq/5/
Not necesaarily the best or appropriate - just showing that searching for this yourself is do-able.
Looks like I am having a little problem.
Looks like this code does not work on my laravel framework, so that I cannot move my pop-up. I wonder what's lacking ?
<script>
$("#myModal").draggable({
handle: ".modal-header"
});
</script>
Have you included all the external files in the fiddle?
Is that bootstrap included feature? --> modal <--
I just heard it.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.