Skip to content

Instantly share code, notes, and snippets.

View roselan's full-sized avatar
🎯
Focusing

Joseph Salerno roselan

🎯
Focusing
View GitHub Profile
@roselan
roselan / jquery.observe.src.js
Created July 25, 2012 15:13
jquery observe mutations plugin
(function( $ ){
$.fn.observe = function( callback, options ) {
var settings = $.extend( {
attributes: true,
childList: true,
characterData: true
},
options );
@tkrotoff
tkrotoff / FrontendFrameworksPopularity.md
Last active July 26, 2024 06:41
Front-end frameworks popularity (React, Vue, Angular and Svelte)