% H2 = "Chapter 8 structured jQuery Mobile"
% Section
% P. jquery-mobile
% Article. access
% P = "dataset custom attributes"
% Div {: id => 'leletitle',: class => "mobiletitle", 'Data-category '=> 'frontend techno ', 'Data-title' => 'html5 mobile Guide', 'Data-time' => '2017-11-10 ', 'Data-author' => 'sankyu '}
% P {'data-role' => 'page'} = "data-role function role"
% P {'data-title' => 'title'} = "data-title attempted title"
% P {'data-transition '=> 'top'} = "data-transition"
% P {'data-rel '=> 'true'} = "data-rel trying to float"
% P {'data-icon '=> 'null'} = "data-icon"
% P {'data-iconpos '=> 'iconpos'} = "data-iconpos"
% P {'data-line' => 'line'} = "data-inline"
% P {'data-type' => 'type'} = "data-type"
% P {'data-rel '=> 'back'} = "data-rel"
% P {'data-add-btn-text' => 'btn '} = "data-add-btn-text"
% P {'data-back-btn-text' => 'text'} = "data-back-btn-text"
% P {'data-postion' => 'text'} = "data-postion"
% P {'data-fullscreen '=> 'text'} = "data-fullscreen"
% P {'data-native-menu '=> 'text'} = "data-native-menu"
% P {'data-placeholder '=> 'text'} = "data-placeholder"
% P {'data-inset' => 'text'} = "data-inset"
% P {'data-split-icon '=> 'text'} = "data-split-icon"
% P {'data-split-theme '=> 'text'} = "data-split-theme"
% P {'data-filter' => 'text'} = "data-filter"
$ Mobil = document. getElementsByClassName ('leletitle') [0]
If ($ mobil. dataset)
Alert ($ mobil. dataset. category)
Else
Alert ("not supported ")