Div not show Other.aspx page(inner page) link .click function using jquery Site.Master page
Default.aspx link .click function working
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kunal VaishyaPosted Nov 28, 2013, 7:44 AM
Let me know is it working ?
Sanjay KumarPosted Nov 29, 2013, 12:36 AM
Yes..Working!
this code using
<script src="<%=ResolveUrl("~/Scripts/jquery-1.4.1-vsdoc.js")%>" type="text/javascript">/script>
<script src="<%=ResolveUrl("~/Scripts/jquery-1.4.1.js") %>" type="text/javascript">script>
<script src="<%=ResolveUrl("~/Scripts/jquery-1.4.1.min.js") %>" type="text/javascript">script>
Sanjay KumarPosted Nov 28, 2013, 6:37 AM
Try this .DIVPace http://localhost:63243/New/Other.aspx Not working
Kunal VaishyaPosted Nov 28, 2013, 6:28 AM
It will not displaying because it of control will change in other pages
Try like this
---------------