This little function allows you to dynamically change the content of an iframe, using jQuery and javascript. It is perfect if you have a single page where you want to preview other websites without navigating away. To pull this off, you need a textbox, a link, and an iframe: Next we add the javascript: And [...]
Javascript, jQuery Rich text editor
I did a post earlier today (yes, I’m on a roll while jr. is sleeping!) on my Top 10 favorite jQuery functions and plugins. This post is dedicated to one of them: TinyMCE. In the past I’ve used editors like Telerik’s RAD Editor and obout’s Html Editor, both very powerful editors. I was turned on [...]
Top 10 jQuery Functions and Plugins (Part I)
The following is a set of jQuery shortcuts I use at some point on a daily basis. 10. appendTo() While there are many ways to use appendTo(), I find myself taking advantage of it when dealing with dual listboxes. With that one little command, I can move listitems from one listbox to another with no [...]
How to use jQuery to copy form values
This is a simple little exercise to show how to copy form values from one set of fields into another. The sample will be a “check box if billing information is the same as contact information.” To set this up, first we create the form fields: Next we paste in the jquery code: That’s it!




