You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of Jquery in this repo is ligated to materializecss. But QCObjects has a Tag function that replaces the $ function of Jquery and also with enhanced query selector behaviour. So now it is needed to remove JQuery and replace the $ function with the Tag() implementation of QCObjects in every part of the code.
The text was updated successfully, but these errors were encountered:
The use of Jquery in this repo is ligated to materializecss. But QCObjects has a Tag function that replaces the $ function of Jquery and also with enhanced query selector behaviour. So now it is needed to remove JQuery and replace the $ function with the Tag() implementation of QCObjects in every part of the code.
The text was updated successfully, but these errors were encountered: