Skip to content

Instantly share code, notes, and snippets.

View dtomasi's full-sized avatar

Dominik Tomasi dtomasi

  • Waldshut-Tiengen, Germany
  • 23:34 (UTC +02:00)
View GitHub Profile
@dtomasi
dtomasi / getObjectLenght.js
Last active August 31, 2018 20:01
get length on an Object
/**
* Global function for Counting length of an Object
* @copyright tomasiMEDIA 2013
* @author Dominik Tomasi
* @date 09.10.13
*/
(function($,window){
$.fn.objectLength = function(){
@dtomasi
dtomasi / getUrlsFromChildren.js
Last active August 31, 2018 20:01
get all urls from all children of element
/**
* Plugin for Loading urls eg. href-attribute from children of an Element
* may be to get all Links from a Navigation
*
* @copyright tomasiMEDIA 2013
* @author Dominik Tomasi
* @date 09.10.13
*
*/