<!-- 相关链接 -->
						<div class="aw-question-related-box hide">
							<form action="publish/ajax/save_related_link/" method="post" onsubmit="return false" id="related_link_form">
								<div class="mod-head">
									<h2><?php _e('与内容相关的链接'); ?></h2>
								</div>
								<div class="mod-body clearfix">
									<input type="hidden" name="item_id" value="<?php echo $this->question_info['question_id']; ?>" />
									<input type="text" class="form-control pull-left" name="link" value="http://" />
									<a onclick="AWS.ajax_post($('#related_link_form'));" class="pull-left btn btn-success"><?php _e('提交'); ?></a>
								</div>
							</form>
						</div>
						<!-- end 相关链接 -->
这里的  
AWS.ajax_post($('#related_link_form'))
调用哪个页面?想把这个给删除了,无意义啊感觉
AI智能回复搜索中,请稍后...
1 回答