jquery - A drop down menu with checkbox -


i'm trying make drop down menu checkbox :

before click : before click

after click : after click

do have idea please (it's asp.net project , i'm using jquery script)

thanks

basically u can use popupcontrol

<asp:panel runat="server" id="panel1"> here content1 </asp:panel>  <asp:panel runat="server" id="panel2"> here content2 </asp:panel>  <ajaxtoolkit:popupcontrolextender id="popex" runat="server"     targetcontrolid="panel1"     popupcontrolid="panel2" position="bottom" /> 

Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -