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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -