我有這個配置的jQuery的對話框:黏合不是在jQuery的對話框正常工作
$( 「#someForm」)對話框({
modal: true, title: 'Registration', resizable: false, draggable: false }); $("#someForm").dialog("option", "buttons", { "Sign Up": function() { doSomething(); $(this).dialog("close"); }, "Cancel": function() { $(this).dialog("close"); } }); $("#afieldintheform").focus();
當我按下TAB通過輸入的關鍵字標籤罰款,但它沒有達到取消或註冊按鈕,而是標籤到瀏覽器的地址欄...
任何幫助非常感謝!
謝謝。
找到解決方案,我在mac上使用firefox: http://support.mozilla.com/en-US/kb/Pressing+Tab+key+does+not+select+menus+or+buttons – hmak 2010-07-29 18:12:36