tinyMCE.init({ mode : “exact”, elements : “elementID1,elementID2…” });
Category Archives: JavaScript – Ajax
Ajax – dynamic content with link history
Use this script to update content dynamicaly. Original source from http://www.unfocus.com/projects/historykeeper/
How to Load In and Animate Content with jQuery
http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/ Author: James Padolsey I’m a freelance web developer based in Hampton, UK. I write about and enjoy front-end web development. Most of what I write focuses on my favorite topic, JavaScript! To read my blog or find out more about me please visit my site!
Using jQuery with Other Libraries / no conflict
GENERAL The jQuery library, and virtually all of its plugins are constrained within the jQuery namespace. As a general rule, “global” objects are stored inside the jQuery namespace as well, so you shouldn’t get a clash between jQuery and any other library (like Prototype, MooTools, or YUI). That said, there is one caveat: By default, jQuery …
Continue reading “Using jQuery with Other Libraries / no conflict”
Using Div/CSS popup instead of javascript alert box
http://www.jquery-dev.com/2008/12/02/jqmodal-jquery-modal-popup-plugin http://www.84bytes.com/2008/06/02/jquery-modal-dialog-boxes/ http://vision-media.ca/resources/jquery/jquery-popup-plugin-review http://www.queness.com/post/77/simple-jquery-modal-window-tutorial http://plugins.jquery.com/project/modaldialog
Javascript Function to Check or Uncheck all Checkboxes
Javascript Function to Check or Uncheck all Checkboxes This Javascript function will check or uncheck all the checkboxes in an HTML form. This function is specially designed for dynamic pages with varying numbers of checkboxes. Unlike other functions out there, it will work without error even if there are no checkboxes or there is only …
Continue reading “Javascript Function to Check or Uncheck all Checkboxes”