/JayAsk

Debugging assistance software for the modern web developer

Primary LanguageJavaScript

JayAsk

Debugging assistance software for the modern web developer

What does it do?

JayAsk is an extremely lightweight solution to for debugging web pages which lets developers open up their web browser's console and perform query for elements on the page using the $ function.

Example:

$('a')
$('.my-class')