私はブラウザチェックをしています:
$(document).ready(function() {
if ($.browser.chrome) {
//show document write input only if chrome = true else, ignore it
}
});
</script>
HTML
<input name="name" type="text" size="30" maxlength="50" **IF CHROME == TRUE? document.write("style="position:relative; margin-top:-3px; margin-left:-1px;"");** >
明らかに上記は正しくありません..誰かがこれを行う適切な方法を説明できますか?ありがとう!