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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -