如何在jQuery中为back-to-top按钮设置'easeOutBounce'?

时间:2016-06-18 07:02:56

标签: jquery

我需要为网页<xp:panel id="formDiv2" styleClass="col-sm-4 "> <xp:this.data> <xp:dominoDocument var="form2" formName="form2"></xp:dominoDocument> </xp:this.data> <xp:label value="Form 2" styleClass="h3"></xp:label> <xp:div styleClass="form-group"> <xp:label value="Field 1" styleClass="control-label"></xp:label> <xp:inputText id="field1" value="#{form2.field1}"> </xp:inputText> </xp:div> <xp:button value="Submit Form2" id="form2Btn"> <xp:eventHandler event="onclick" submit="true" refreshMode="partial" immediate="false" save="false" execMode="partial" execId="formDiv2" refreshId="formDiv2"> <xp:this.action> <xp:actionGroup> <xp:saveDocument var="form2"></xp:saveDocument> <xp:executeScript> <xp:this.script><![CDATA[#{javascript: var panel = getComponent("formDiv2"); var ds = new com.ibm.xsp.model.domino.DominoDocumentData(); ds.setComponent(panel); ds.setVar("form2"); ds.setFormName("form2"); panel.getData().clear(); panel.addData(ds);}]]></xp:this.script> </xp:executeScript> </xp:actionGroup> </xp:this.action> </xp:eventHandler> </xp:button> </xp:panel> 按钮设置easeOutBounce

我的代码只有back-to-top

.scrollTop

0 个答案:

没有答案