前提・実現したいこと
ここに質問の内容を詳しく書いてください。
サーバーにhtmlをあげる段階でエラーメッセージが出ます。
よろしければご回答お願い致します。
発生している問題・エラーメッセージ
caleandar.js:56 Uncaught TypeError: Cannot read property 'className' of null caleandar.js:56 at createCalendar (caleandar.js:56)
該当のソースコード
function createCalendar(calendar, element, adjuster){ if(typeof adjuster !== 'undefined'){ var newDate = new Date(calendar.Selected.Year, calendar.Selected.Month + adjuster, 1); calendar = new Calendar(calendar.Model, calendar.Options, newDate); element.innerHTML = ''; }else{ for(var key in calendar.Options){ /*エラーが出るのがここから下です*/ typeof calendar.Options[key] != 'function' && typeof calendar.Options[key] != 'object' && calendar.Options[key]?element.className += " " + key + "-" + calendar.Options[key]:0; } }
試したこと
調べたのですが全くわからなかったです。
補足情報(FW/ツールのバージョンなど)
wordpress
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。