我不是一个优秀的Javascript程序员,所以即时提出这个问题。我正在将Photoswipe用于项目中的一些画廊。一些画廊我不使用缩略图预览我直接打开它们。现在,当我单击关闭按钮时,图像消失,您只能看到一个空白页面。 现在我想使用关闭按钮作为历史记录功能的后面。我正在使用jquery和photoswipe插件,没有jquery mobile或sansa touch。
感谢您的帮助 迈克尔
答案 0 :(得分:0)
将以下内容添加到按钮:
onclick="history.go(-1)
现在您的按钮看起来像
<a href="#" onclick="history.go(-1)">Close</a>
答案 1 :(得分:0)
您应该添加到自定义script.js
{
field: 'ORGINAL_FUNC_AMOUNT',
displayName: 'CR A/C',
aggregationType: uiGridConstants.aggregationTypes.sum,
footerCellTemplate: '<div class="ui-grid-cell-contents" >Total: {{col.getAggregationValue() | number:2 }}</div>'
}
然后初始化图库
get '/webhook' do
params['hub.challenge'] if "this_is_my_marker_for_confirmation" == params['hub.verify_token']
end