gc-scriptでinput要素のtype属性が変更できません

jQueryのattr関数ではtype属性を変更する事ができません。以下のようにDOMのAPIを使い変更します。

■記述例

$('input').get(0).setAttribute('type', 'tel');