I’m facing an issue with my MVC application i have some jquery function written on my Layout page and i call these function from different views, but on a specific VIEW when i open this view by clicking from menu it will work fine but when I open the view in new tab from menu by right click on it so jquery isn’t loaded. Its happening only in 1 View of my application i have several views and all are working fine.
any leads why this happen ?
Thanks in advance.