查看事件在Marionette中不起作用

时间:2014-01-15 10:04:29

标签: javascript google-maps backbone.js marionette

我使用div概念在google.maps顶部使用文本框和按钮呈现infobox元素。就像以下方式一样。

enter image description here

上一篇我提到,即使用户在文本框中输入任何值,其相应的功能也不会触发。实际上它工作正常,我没有正确检查。作为参考我放了截图。

enter image description here

但我观察到一件事,如果用户点击a元素,它们的相应功能就不会触发。我把截图作为参考。

enter image description here

html代码:

 <a href="#" type="button" class="btn btn-sm btn-block btn-inverse" data-toggle="modal" data-target="#infoModal" id="photoBtn">Photo</a>
                <a href="#" type="button" class="btn btn-sm btn-block btn-danger" id="removeBtn">Remove</a>

查看代码:

enter image description here

freshtimeMapId引用整个div元素,其中map呈现。为什么我将freshtimeMapId提及为el元素,所有自定义元素都在freshtimeMapId(div)之间呈现{1}} element.But事件未触发。

如何解决此问题。

感谢。

0 个答案:

没有答案