modify wrong changelog date
[platform/framework/web/web-ui-fw.git] / demos / tizen-winsets / widgets / ctxpopup.js
1 $(document).one( "pagecreate", "#ctxpopup-demo", function () {
2         $( "#pop_js" ).on( "vclick", "#ctxpopup_update", function () {
3                 $( "#btn_js" ).text( "Peekaboo!" ).buttonMarkup( "refresh" );
4         });
5
6         $( "#btn_text_only3, #buttonPopup1, #buttonPopup2" ).on( "vclick", function () {
7                 $( "#pop_text_only" ).popup( "open" );
8                 return false;
9         });
10 });