I need jquery drop down button plugin, like this
![alt text][1]
or
thx)
http://plugins.jquery.com/projects/plugins/menus try finding simple jquery menu here all plug ins are free
Related
Top menu dropdown is not working only in homepage. It's working fine in innerpages. I'm having a banner slider extension and custom jquery slider in my homepage i thought the issue is with jquery conflict.
Did anyone overcome these kind of problem before? Please share your comments to solve this problem.
Thanks,
Use jQuery.noConflict() in your jQuery file, to avoid conflict with prototype library
See this link
Does anyone knows about a jquery post's toolbar plugin? I have a forum and I would like to attach to each post a complete toolbar : reply, delete, send by mail, attach a file...
Best,
Mehdi
Mehdi,
I'm not sure I exactly understand but I recently used these jquery toolbars, perhaps they may help you too.
http://javan.us/jbar/
http://www.jankoatwarpspeed.com/post/2010/05/23/microsoft-office-minibar-jQuery-CSS3.aspx
Currently I am using the regular radio button markup for the PlacesAPI but I would really like to use a drop down menu instead. Can someone give me any pointers as to how to get this working?
I have tried using the onChange event with a select tag but have not been able to get it working.
Thanks.
How about using Autocomplete?
I have created a tab (now in the side menu) using FBML which links to my website. I have added a "Share" button which works, but can't seem to add a "Like" Button. Can anyone tell me the code?
You can't officially... However there is a workaround in using the FBML comments like button.
See: http://blog.elliotjameschong.com/2011/01/03/how-to-add-a-facebook-like-button-to-a-fbml-tab/
watch this, is in spanish but the code works
http://cosasparaelface.blogspot.com/2011/01/colocar-el-boton-me-gusta-en-pagina.html
I write in .NET and in classic ASP.
I want to create a modal popup in ASP, like in .NET how the parent page can be disabled and turned a different color.
Is this possible in ASP?
Or is there no easy solution to get this done?
If possible...how?
You're going to use Javascript to make something like that, I'd recommend you use jQuery. There is a lot of prebuilt libraries to help you do that.
For the modal box, you might start with the jQuery Dialog.
Just use a javascript library to do this. jQuery is a popular choice and there a number of plugins to do this.
jqModal
thickbox
Yes, of course, but if you are writing the Javascript yourself, you can just create a hidden DIV tag that has the same exact page rendered, but with a 15% gray - transparent .gif file that sits on top of what is displayed. Then you change that DIV tag to visable when the Modal dialog is launched, and change it back when it's closed. Simple.
There are some great JS libraries out there that can help you.
I like jQuery and YUI for their ease of use.
Try this link and look around at some of their Panel offerings.. all of which have a Modal setting that will grey out the background.
http://developer.yahoo.com/yui/examples/container/panel-loading.html
Good Luck~
" how the parent page can be disabled and turned a different color"
You can use the ibox javascript, I have used it with good results.
http://www.ibegin.com/labs/ibox/
I'd put a vote in for stickywin from the clientcide site. Its all Mootools bases and very sweet to use.