1
A
回答
1
我不知道什麼是錯的,但我嘗試解決你的問題。 這是替換模式,你可以用這個代碼來替換地圖。
$.fn.modal.Constructor.prototype.enforceFocus = function() {
modal_this = this
$(document).on('focusin.modal', function (e) {
if (modal_this.$element[0] !== e.target && !modal_this.$element.has(e.target).length
// add whatever conditions you need here:
&&
!$(e.target.parentNode).hasClass('cke_dialog_ui_input_select') && !$(e.target.parentNode).hasClass('cke_dialog_ui_input_text')) {
modal_this.$element.focus()
}
});
};
+0
這是一個老問題先生。 但好吧,我會嘗試。 –
+0
它不能先生。 –
+0
嘗試再次使用按鈕或其他方式調用以再次替換地圖。 –
相關問題
- 1. Bootstrap v2.1.1 - 無谷歌地圖
- 2. 谷歌地圖Bootstrap 3
- 3. Bootstrap 2.1.0和谷歌地圖
- 4. Twitter Bootstrap和谷歌地圖
- 5. 谷歌地圖API(IE7 IE8)堆棧溢出
- 6. AngularJS模態谷歌地圖API
- 7. 谷歌地圖內模態不顯示
- 8. 谷歌地圖與Bootstrap(類 - 縮略圖)
- 9. Bootstrap:堆棧行
- 10. 動態kml谷歌地圖
- 11. Drupal動態谷歌地圖
- 12. 谷歌靜態地圖沒有使用谷歌地圖API
- 13. Bootstrap手風琴中的谷歌地圖
- 14. Bootstrap中Navbar中的谷歌地圖3
- 15. 谷歌地圖麻煩bootstrap v4
- 16. Grails Twitter Bootstrap和谷歌地圖集成
- 17. Bootstrap FullScreen谷歌地圖不是Resonsive
- 18. 谷歌地圖 - 保存動態地圖
- 19. 谷歌地圖---動態地圖
- 20. joomla谷歌地圖模塊
- 21. 谷歌Oauth實施使用MEAN堆棧
- 22. Java谷歌地圖谷歌地圖
- 23. tumblr和谷歌+堆棧圖像如何拼圖?
- 24. 混合靜態/動態谷歌地圖
- 25. 谷歌地圖動態地址
- 26. 使用谷歌圖表API與谷歌靜態地圖
- 27. 谷歌地圖加載靜態圖像
- 28. 谷歌靜態地圖圖像幫助
- 29. 谷歌地圖動態標記圖標
- 30. 谷歌地圖谷歌地點類型
請告訴我們代碼。 –
刪除不相關的標籤,整理。 –
謝謝你的所有答案先生 –