Search code examples
jqueryasp.netjquery-ui-slider

Debugging Jquery slider click event


Scenario: ASP.NET site. One of the ASPX page has the Jquery slider implemented by another developer. The slider works fine in Dev enviornment but not in production. The other developer tried to check in production but getting no success so far.

Basically the slider has PREV and NEXT arrow buttons. They slide in DEV but in production they do not.

What are the things to consider (or debug) as to why it is not working in production ? (works fine in dev).

I am new to Jquery and any help is appreciated. I want to paste the source but I see lot of files.

Looking for some directions here.

Thanks.


Solution

  • I used the IE developer tools to debug and found the issues. There were javascript errors and I fixed them.