bb4f96e46752c021e8c0914d2ae73017a70704db
[samples/web/DeviceMotionCapture.git] / tizen-web-ui-fw / latest / js / src / jquery.mobile.nojs.js
1 (function( $, undefined ) {
2
3 $.mobile.$document.bind( "pagecreate create", function( e ) {
4         $( ":jqmData(role='nojs')", e.target ).addClass( "ui-nojs" );
5         
6 });
7
8 })( jQuery );