我发现我的图片按钮有问题。 我有一个绑定到图像按钮的客户端点击事件以及服务器点击事件。我尝试使用以下代码从客户端触发服务器端点击事件。
<FrameLayout>
<android.support.v4.widget.DrawerLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<first View, include fragment & class representing that stuff/>
< second View, here you will have your ListView
margin="leave enough margin to top as you will have buttons, otherwise button will overlap listview"
/>
</android.support.v4.widget.DrawerLayout>
<LinearLayout>
<put your button Views here, so these will appear all the time/>
</LinearLayout>
</FrameLayout>
但它总是触发绑定到图像按钮控件的客户端点击事件。还有一点需要注意的是,渲染时,图像按钮不像其他按钮那样包含onClick =“event_call”。
如果有人提出解决方案,那将非常有帮助。提前致谢。 :)
答案 0 :(得分:0)
试试这个:
$("#imagebuttonId").trigger('click');