POPPage JS has a public class
POPPageit 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
popit 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")
}
})
留言
張貼留言