JQUERY script API links added for full calendar in html gives get 404 not found error -
following api links have added in html:
<link rel='stylesheet' href='fullcalendar/fullcalendar.css' /> <script src='lib/jquery.min.js'> </script> <script src='lib/moment.min.js'></script> <script src='fullcalendar/fullcalendar.js'></script>
but gives 404 not found error. have fullcalendar folder in project. path: f:\resume_management_19_02_2014\vamsi_19_02_14_latest\mysite\template_html\fullcalendar- 2.0.1\fullcalendar-2.0.1 has fullcalendar.js file , other folders , files.
here construction of folder like:
mysite
template_html
search.html fullcalendar-2.0.1 fullcalendar-2.0.1 fullcalendar.css fullcalendar.jsplease tell me going wrong ?
let has main file
(e.g: index.html) on path:
f:/resume_management_19_02_2014/vamsi_19_02_14_latest/mysite/index.html
index.html
file using phone call other js
, css
file and here illustration fullcalendar.css
file path:
f:/resume_management_19_02_2014/vamsi_19_02_14_latest/mysite/template_html/fullcalendar-2.0.1/fullcalendar-2.0.1/fullcalendar.css
last 1 illustration fullcalendar.js
file path:
f:/resume_management_19_02_2014/vamsi_19_02_14_latest/mysite/template_html/fullcalendar-2.0.1/fullcalendar-2.0.1/fullcalendar.js
so code in index.html
might this:
<link rel='stylesheet' type="text/css" href='template_html/fullcalendar-2.0.1/fullcalendar-2.0.1/fullcalendar.css' /> <script type="text/javascript" src='template_html/fullcalendar-2.0.1/fullcalendar-2.0.1/fullcalendar.js'></script>
here construction of folder like:
- mysite - index.html - template_html - fullcalendar-2.0.1 - fullcalendar-2.0.1 - fullcalendar.css - fullcalendar.js
jquery html django fullcalendar
No comments:
Post a Comment