Closed golddiga closed 8 years ago
WiceGrid relies on jQuery. It is explicitly mentioned in the documentation. Add jQuery and it'll be fine.
You pull request removes one completely valid use of jQuery leaving others in place.
I am not merging this of course.
Im using jquery but, as many of the users, I don't load jQuery in the head. so $ is not defined yet when you insert this script. you even suggested to replace this code with pure javascript in this issue. https://github.com/leikind/wice_grid/issues/82
oops completely forgot my bad
the commit is addressing the "$ not defined error" that i also expierienced https://github.com/leikind/wice_grid/issues/82