• jquery clock plugin

    jquery clock plugin is just another clock plugin, it comes with an analog and digital options and another option to handle timezones, warning! the analog clock only works with css3 for the analog clock (and almost all the plugin) i’m using the code and images from this article of css-tricks.com you can see this plugin [...]

  • jquery enable disable plugin

    This plugin can disable or enable easily an input, textarea or another form element by using a radio button, checkbox or a drop-down list,… ok i know, it doesn’t sound like something amazing … is just a simple and flexible plugin for complex forms. Homepage Download Demos Documentation jquery plugin page greetings (04-07-2010) update: drop-down [...]

  • jquery css cleaner

    this helper it’ll help you with the recognition of unused css selectors and properties/values, so you could delete this lines of your css file in order to make it lighter. if you are this kind of person worried about the loading time, optimizing everything, you would find this script very useful and you’ll love it. [...]

  • jquery seo mini helper

    in SEO there are important tips like: an image must have a title and an alt text or a link must have title. check all these thing is pretty bored…. so i wrote a jquery-based script that check for images or links without those things. the result es very basic, don’t expect nothing very impressive [...]

  • capitalizando texto con jquery

    Conociendo lo desordenado que son la mayoría de los usuarios de internet cuando por ejemplo, llenan un formulario, he creado un pequeñisimo “plugincito” de jquery para que el texto ingresado por un usuario en un <input /> se capitalize. Le puse jquery capitalize para mantener mi originalidad … acá los demos, documentación ( bien corta [...]

  • jQuery Rut Plugin … con más opciones y configurable

    Para los fanaticos…. agregué al plugin jquery del rut las cosas que quería y al menos que alguien tenga una buena idea … creo que lo dejaré así no mais hasta nuevo aviso. Si usabas una versión anterior la sintaxis cambió un poco, ahora todo es configurable, así que sé precavido. Agregué soporte para: Validación [...]

  • jQuery Validate Plugin + jQuery Rut Plugin

    Hace dos post les comentaba de un plugin de validación de jQuery muy potente … y en el post anterior a este les comentaba que había solucionado unos problemas del plugin del rut para jQuery en internet explorer. Ahora y siguiendo la misma linea he integrado ambos para que puedas usar el validador del Rut [...]

  • jQuery Rut Plugin funcionando en ie

    Hace ya bastante tiempo cuando publiqué el plugin para validar y formatear el rut  chileno con jquery no me dí el trabajo de testearlo en otro lado que no fuese firefox …. en realidad si lo hice, lo probé en ie, pero como no funcionaba y las herramientas de depurado en ie dejan bastante que [...]

  • jquery plugin validation

    Excelente plugin, si lo que necesitas es validar un formulario, no busques más, esta es una excelente herramienta. Varias veces había pasado por la página web de Jörn Zaefferer pero no habia mirado los plugins de jquery que tiene. Y también muchas veces me encontré validando formularios a mano hasta que en algún momento me [...]

  • Sistema de mensajes para Symfony, parte 2 + demo

    Tal como lo había comentado hace 3 semanas atrás, aquí esta la segunda parte del sistema de mensajes para symfony. Ya habia comentado como hacer mensajes de acciones exitosa y mensajes de error de validaciones pues me quedan los warnings y los mensajes informativos. Con respecto a los warnings, no son nada muy dificil, sólo [...]