문제

I have the following code in java-script to create a couple of nice Calendar controls on an .aspx page.

var calFrom = new Calendar({ rangeDateStart: 'd/m/Y' }, { classes: ['dashboard'], direction: .5, days: shortDayName, months: shortMonthName }); 

Error is "SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5)" this is occurring in the mootools document.implement method and works fine in IE8.

Anyone any ideas how to get round? I upgraded to mootools 1.2.6 but causes an infinite loop, think because of how my pages are hanging together.

Cheers

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top