Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,
i am displaying a jquery datepicker in my application but i dont know which is the exact js file referenced is there any way to find it out????

What I have tried:

i am not able to find it out using browser debugger tool
Posted
Comments
Richard MacCutchan 7-Apr-16 3:53am    
Surely if it is in your application then you know where you added the code to do it.
Sinisa Hajnal 7-Apr-16 4:30am    
Set a breakpoint in js where you access its data and see what your developer tools show as loaded.
Grant Weatherston 12-Apr-16 12:01pm    
if you have an idea of which files it could be, stick a 'console.log("[nameOfFile]");' tag in each of the files, thats a brute force way of doing it.

other options include using dev tools in the browser and going to the scripts tab and seeing which js files have been loaded in the DOM

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900