Skip to content

Instantly share code, notes, and snippets.

View jkarnowski's full-sized avatar

Jaclyn Karnowski jkarnowski

  • Karnowski Tech SpA
  • Villarrica, Chile
View GitHub Profile
/*!
* minQuery example, inspired by former teacher JulianB @
*/
var miniQuery = function(htmlElement){
function isMultiple(htmlElement){
var type = htmlElement.substring(0,1);
return type != '#';
}
function breakDownElement(htmlElement){