psQuery
psQuery copied to clipboard
jQuery-like DOM utility targeting IE9+. Small, fast, light.
Results
1
psQuery issues
Sort by
recently updated
recently updated
newest added
I try to use psQuery with syntax like jQuery. Example: ``` var request = $.ajax(url) request.done(function(){ // some code }); ``` And I've got js error: > Uncaught TypeError: request.done...