I need assistance with incorporating a div
layer into my project, similar to the image depicted:
Upon clicking the Site List button, I aim to have the div
overlay the form. Currently, I've utilized jQuery's toggle function to control the visibility of the div
, but I'm open to suggestions for a more efficient solution. I require guidance on positioning the div
as illustrated in the image. How can this be achieved?
Additionally, when a site is selected by the user, I'd like for that specific site's information to populate the form below. Is this feasible, and if so, how can it be implemented?