Tizenwinset: popup script has been removed
[platform/framework/web/web-ui-fw.git] / demos / tizen-winsets / widgets / popupwindow / popupwindow.js
1 $( document ).one( "pageinit", "#popupwindow-demo", function () {
2         $("#btn_textbox_popup_cancel").on("vclick", function ( ev ) {
3                 $("#textbox_popup").find("input").val("");
4                 $("#textbox_popup").popup("close");
5         });
6 });