「JavaScript」jQueryでモバイルデバイスのアクセスサンプルコード
JavaScriptコード:
var scr = document.createElement('script’);
scr.setAttribute('src’, 'https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js’);
document.body.appendChild(scr);
scr.onload = function(){
$('div’).attr('class’, ").attr('id’, ").css({
'margin’ : 0,
'padding’ : 0,
'width’: '100%’,
'clear’:’both’
});
};