javascript - FullCalendar event directing to wrong url -


so have set fullcalendar site. used this tutorial.

everything works fine except urls add events on calendar. when i've added url event should direct me url when press on event.

for example, when add www.eventurl.com event doesn't direct me it, directs me www.mysiteurl.com/www.eventurl.com. when inspect element browser can see there href="www.eventurl.com". looks should use url, when press on event goes www.mysiteurl.com/www.eventurl.com.

i thankful if know how fix this. thanks!

i figured out.

when javascript promt() asks me url attach event didn't add 'http://' in front of it. when did that, worked!


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -