ShowModalDialog For Chrome
Ken.lee
2016/04/15
Agenda
 ShowModalDialog For Chrome (https://github.com/niutech/showModalDialog)
 Chrome & IE 衝突
ShowModalDialog-1
ShowModalDialog-2
ShowModalDialog-3
ShowModalDialog-4
ShowModalDialog-5
ShowModalDialog-6
ShowModalDialog-7
ShowModalDialog-8
ShowModalDialog-9
JavaScript: eval
var x = 10;
var y = 20;
var a = eval("x * y") ;
var b = eval("2 + 2") ;
var c = eval("x + 17") ;
var res = a + b + c;
ShowModalDialog-10
$( document ).ready()
Select options Customization Attribute
Jquery
 $._data( $("#foo")[0], "events" );
 https://jsbin.com/dujivoqoro/1/edit?js,console

20160415ken.lee