Categories
- ActionScript (1)
- Aplicaciones (2)
- CSS (3)
- Curiosidades (9)
- Errores (3)
- Gráfico (3)
- HTML (2)
- Inspiración (2)
- MySQL (1)
- PHP (2)
- Scripts (10)
- Uncategorized (2)
- Web (6)
- Windows (5)
- Wordpress (2)
Tags
Recent Comments
Meta
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
Jquery Interface Elements
interface.eyecon.ro aca está todo (demos, archivos, documentación, etc…) :: demos :: :: download ::
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
Jquery Expand-Collapse DIVs
Fuente: Animated Collapsible DIV v2.2v Archivos para descargar: animatedcollapse.js jquery library
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)
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
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
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
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 »
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