In a project, when a user clicking the search link, pop up box should come, in that box, two text fields, and search button should be. How it is possible?

Recommended Answers

All 2 Replies

How it is possible?

Create the form and contain it within a div. Then, using CSS, hide the div by using the display property: div { display: none }

Using JavaScript/jQuery, create an event that when the link is clicked, you show the div.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.