[jQuery] popup with jquery
at this link ( http://maurizio.mavida.com/demo/JsPopUpBox/JsPopUpBox.html ) you can find my little implementation of dragable js popup.
there is only one function, that returns the popup div object, in this way i can use jquery to modify all i need.
one exsample:
var objpopup = JsPopUpBox( "Hello world" , "title")
$(objpopup).css("top","50px")
$(objpopup).css("left","50px")
$(objpopup).fadeIn("slow")
i put all css infomations inside the js code because i don't like another separated file
i hope that it can be useful for someone and i'm sorry for my bad english :)
--
Maurizio Pelizzone
maurizio@mavida.com
[ mavida s.n.c. ]
via osasco 11 - 10141 Torino (TO)
http://www.mavida.com
info@mavida.com
--
HTML email can be dangerous, is not always readable, wastes bandwidth and is simply not necessary please don't send them to me!
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/