dalexj / JayAsk

Debugging assistance software for the modern web developer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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')

About

Debugging assistance software for the modern web developer


Languages

Language:JavaScript 100.0%