Showing posts with label jquery. Show all posts
Showing posts with label jquery. Show all posts
Monday, February 21, 2011
JQuery tips
- Various table format
- Alternative datetime picker:
- using keyboard http://keith-wood.name/datetimeEntry.html
- http://source.cet.uct.ac.za/svn/sakai/ux/timepicker/
- plugin to datepicker http://trentrichardson.com/examples/timepicker/
- like hierarchical dropdown menu http://haineault.com/media/jquery/ui-timepickr/page/#d-demo-wrapper-1
- Jquery Chain-Dynamic Dropdown Combo Box
- http://codeassembly.com/Simple-chained-combobox-plugin-for-jQuery/
- http://ranjith.zfs.in/jquery-autocomplete-chained-select-comboboxes/
- Misc Tips
Wednesday, February 9, 2011
How to set Jquery over Flash
You can't put HTML in front of Flash unless you set wmode to opaque (or transparent).
With the default wmode ("window") the Flash Player takes over all rendering and user interaction in its area. So the browser can't display any HTML in that area. What wmode=" opaque" (or wmode="transparent") does is that it disables this default behavior and kind of integrates the Flash Player area in the browsers usual rendering and layering and such.
But you don't need to alter any Flash content to set wmode, since it is done in the HTML (or via SWFObject or other script that inserts the Flash object element) so if you have control over the "scripts which outputs flash elements" that you mention, you can take care of the wmode setting there.
quoted from http://stackoverflow.com/questions/1515939/flash-on-top-of-jquery-dialog
With the default wmode ("window") the Flash Player takes over all rendering and user interaction in its area. So the browser can't display any HTML in that area. What wmode=" opaque" (or wmode="transparent") does is that it disables this default behavior and kind of integrates the Flash Player area in the browsers usual rendering and layering and such.
But you don't need to alter any Flash content to set wmode, since it is done in the HTML (or via SWFObject or other script that inserts the Flash object element) so if you have control over the "scripts which outputs flash elements" that you mention, you can take care of the wmode setting there.
quoted from http://stackoverflow.com/questions/1515939/flash-on-top-of-jquery-dialog
Subscribe to:
Posts (Atom)