Tag Archives: jquery

A JQuery Print Library that fixes the IE7 Shrink-to-Fit issue

There is an option in most browsers called “Shrink-to-Fit”. This is a page setup configuration that, if turned on, will attempt to scale the web page in size to make it fit on the selected paper size you are printing … Continue reading

Posted in css, Html, Javascript Development, Web Development | Tagged , , , , , , , | 4 Comments

JQuery UI Draggable – data(…)options is null or not an object in IE7

I was working on a project that allows the users to create a list of names in their account. They could then take a name from the global list and drag it to a recipients list to send a mass … Continue reading

Posted in css, Html, Javascript Development | Tagged , , , , | Leave a comment

Disappearing JSTree when using Themeroller

I am currently working on a project that utilizes a MySQL Nested Folder database design and a JQuery component called JSTree. The implementation actually works great. The system allows users to create “folders” for content and provides the ability to … Continue reading

Posted in css, Html, Javascript Development | Tagged , , , , | 5 Comments

Using Jquery in an iframe

Although it may not seem like an easy task at first, it is quite possible to use jquery inside of an iframe. The first trick involves loading jquery inside the iframe code itself. Html Containing Iframe

Posted in Html, Javascript Development, Web Development | Tagged , , | Leave a comment