Ejemplo:
Código Javascript :
**JQUERY** $.fn.greenify = function() { this.css( "color", "green" ); $(window).resize(function(){ this.css( "color", "red" ); }); }; ***HTML*** $('div1').greenify(); $('div2').greenify();
gracias por adelantado..
Comunidad de diseño web y desarrollo en internet online
|
Por elporfirio Claber 652 de clabLevel
1 tutorial
Envíale un mensaje privado Web |
FullStack Web Developer |
|
Por elporfirio Claber 652 de clabLevel
1 tutorial
Envíale un mensaje privado Web |
FullStack Web Developer |