jBox 1.0.0.0

jBox is a webpage UI dialog widget written in javascript on top of the jQuery library.
it's easy to show a div element content,inline content,iframed content in a float box with a hybrid modal or not.

Last news   pls let me know if you encounter any bugs in jBox

jBox Demo

show div content with jBox

show this div html in jBox

show inline content with jBox

jBox.open('jBox ID','inline','inline text','title','boxAttr');click view demo

show iframe content with jBox

jBox.open('jBox ID','iframe','url','title','boxAttr');click view demo