Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Multiselect Dropdown for Web Applications[^]

using the code from above link but getting errors
CSS
Uncaught SyntaxError: Unexpected end of input

 Uncaught ReferenceError: timoutID is not defined

Uncaught TypeError: Cannot read property 'style' of null

 Uncaught TypeError: Cannot read property 'style' of null

the checkbox doesnot get populated with records fron database , the datable has records but after binding to checkbox nothing gets displayed in checkbox & even not able to click it
Posted
Comments
ZurdoDev 22-Jan-15 8:31am    
Syntax error should be easy to fix, right?
timoutID is not defined. I haven't looked at anything but that should be easy to fix too, likely it's timeoutID.

1 solution

i tried to fix the errors but culd not as one error is on blank space at the first line
second error is Cannot read property 'style' of null the control is defined still style not getting applied
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900