Category Archives: Scripts

Jquery Coda Slider Effect

Fuente: http://jqueryfordesigners.com/coda-slider-effect/ (tutorial y código) Demo: http://jqueryfordesigners.com/demo/coda-slider.html

Posted in Scripts | Tagged | Comments Off

Jquery Interface Elements

interface.eyecon.ro aca está todo (demos, archivos,  documentación, etc…) :: demos :: :: download ::

Posted in Scripts | Tagged | Comments Off

JQuery popeye (enlarge img, not pop-up)

Fuente:  http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/ Demo:  http://dev.herr-schuessler.de/examples/jquery-popeye/ Archivos:  http://plugins.jquery.com/project/popeye

Posted in Scripts | Tagged | 1 Comment

Jquery Expand-Collapse DIVs

Fuente: Animated Collapsible DIV v2.2v Archivos para descargar: animatedcollapse.js jquery library

Posted in Scripts | Tagged | Comments Off

Jquery Expand-Collapse Menu

Fuente: www.i-marco.nl/weblog Demo: Simple JQuery Accordion menu – Redux Archivos para descargar Aplicaciones en sitios web: Sherlock Homes (Faq´s) Diseño Azul Prado (Menu)

Posted in Scripts | Tagged | 1 Comment

Como evitar conflictos entre Mootools y jQuery

Para evitar tener que usar solo un framework, podemos recurrir a una función que nos permitirá usar ambos, la función jQuery.noConflict(). ¿Qué hace esta función? Hace que en lugar de usar el caracter $ en las funciones, usemos jQuery, evitando … Continue reading

Posted in Errores, Scripts | Tagged , | Comments Off

Missing Image personalizado

The MooTools Javascript 01.window.addEvent(‘domready’,function() { 02. /* version 1 */ 03. $(‘img.missing1′).addEvent(‘error’,function() { 04. this.set({ 05. src: ‘http://davidwalsh.name/dw-content/missing-image.jpg’, 06. alt: ‘Sorry! This image is not available!’, 07. styles: { 08. width: 110, 09. height:40 10. } 11. }); 12. }); … Continue reading

Posted in Scripts | Tagged | Comments Off

7 jquery plugins para trabajar con TEXTAREAS

Mark It Up Mark It Up is an amazingly powerful new jQuery plugin which deserves some significant recognition. It enables you to quickly modify any standard TEXTAREA within your page into a powerful markup editor, like HMTL, BBCode, Textile, Wiki … Continue reading

Posted in Scripts | Tagged | Comments Off

PHP Directory Lister

Just drop the “index.php” file into any directory you wish to view, navigate to that directory in your browser, and it’ll make your directory look like this: script: PHPDL » via: css-tricks.com / Improving the Default Directory View »

Posted in Scripts | Tagged | Comments Off

Table Sorter

Para ordenar datos en una tabla de manera sencilla. Clickeando en el “thead” el contenido se ordena alfabética o numéricamente. Funcional en IE, Firefox, Opera, Safari y Chrome. DEMO >>

Posted in Scripts | Comments Off