Checkboxes don't display properly <input type='checkbox' 'checked'> in 4.0.1 when they are fine for same page in 3.6.17
Checkboxes don't display properly checked <input type='checkbox' 'checked'> in 4.0.1 when they are fine for same page in 3.6.17
Checkboxes don't display properly checked <input type='checkbox' 'checked'> in 4.0.1 when they are fine for same page in 3.6.17
被選擇的解決方法
Perhaps you could try using checked instead of 'checked'.
從原來的回覆中察看解決方案 👍 0所有回覆 (2)
選擇的解決方法
Perhaps you could try using checked instead of 'checked'.
Thanks heaps.
It seems that the correct usage is checked='checked' but checked
works while 'checked'
doesn't. Same applies for 'selected' for radio buttons and drop down lists