With jQuery 1.2.6 I would do the below and all was well
$("#element").bgiframe();
But the only examples I have seen working with jQuery 1.3.x (shown below)
$("#element").bgiframe = true;
But the above does not work ... so does anyone have a new plugin to do this type of thing?
EDIT: I'm using this plugin outside of jQuery.UI, and the version I'm using is 2.1.1
I realized if I just tweak the js code in the old plugin, it would work with jQuery 1.3.x
The below is the final version of this plugin - working 100% w/ jQuery 1.3.1
Because of a conflict w/ the name I had to rename it to bbgiframe (instead of bgiframe)
So when you call it do so as follows:
Now the revised plugin code: