Hi everbody,
i am developing an asp.net project and i use jquery with it but when I use masterpage with content page. My jquery code does not working but if ı use in a normal page without master jquery work efficiently.
<script type="text/javascript" language="javascript" src='<%= Page.ResolveClientUrl("~/js/Default.js") %>' ></ script>
I use this in the master page for resolation.
In my code when click a button. a timer starts and button disabled until timer finishes Thats all but not working with master page