我有潜水页面,其中一些没有显示属性,我可以通过单击顶部按钮启用它们,但是当我提交页面或刷新页面时,活动潜水禁用, 我想让他们继续如何使用?
E.g:正常没有显示下降。 单击按钮激活div。和下拉显示,当提交表单时出现相同的表单,默认视图,我想刷新页面后最近活动下拉..如何?
我已经尝试了一切但没有任何反应......
<form>
<div id="cntblock2" style="padding-bottom:6px; display:none;">
<strong>Origem:</strong><br />
{$formdata.selectcountriesfrom}
</div>
<input class="button" name="btngetquote" id="btngetquote" value="" type="submit" style="float:left; background:url({$base_dir}/modules/parcelmix/btn_VER_PRECOS.png) no-repeat; border:0px; height:30px; width:117px;"" />
</form>
答案 0 :(得分:0)
尽可能通过jquery启用和禁用您的操作元素。
.prop(propertyName)
Description: Get the value of a property for the first element in the set of matched elements.
您可以在本文中看到http://api.jquery.com/prop/
答案 1 :(得分:0)
请在Cookie中添加有效潜水,并在页面加载检查Cookie时,如果有值,请将其激活。