I am using jquery fullcalendar with ASP.NET MVC.
I have implemented successfully but I want to display a hyperlink after calendar load on each day.
I have set the link as well but I got a problem when I click on it because I have also done the dayClick event as well so when I click on the link that click fire dayclick event not the hyperlink.
I want to open new tab on click of that link not the dayclick event.
How should I do this?
Anyone if done help me with this problem.
Thanks in advance.
Here is a Code sample
: