Skip to content
Loading
How to display dropdown menu when user clicks on an image.
  • Ankit Sharma
    Hi,
     
    You can use jquery click event for this
     
    https://api.jquery.com/click/
     
    as the user clicks on the image , invoke jquey click event and display the dropdown on the page.
     
    refer
     
    https://forums.asp.net/t/1951855.aspx?how+show+dropdownlist+items+by+button+click+event+
     
    A sample for what you want
     
    http://jsbin.com/ObewurAF/1/edit?html,js,output