POPPage JS has a public class POPPage it has some methods ================= in 1.0 it works perfectly on on mobile devices and FB (IG) Browser ================= •under •up •postbackHandler and POPPage JS also include a public function pop it is a function that will return a new POPPage usage: pop(" "," ",{ //point to some id in "point":"id", //the postback that will send to "postback":"hello" }).under() to handle postback,use .postbackHandler method usage: pop().postbackHandler({ //for postback 'hello' "hello":function(){ alert("hi") } })