Posts Tagged ‘jquery’
jQuery en 10 minutos | guia para impacientes
¿Quieres aprender jQuery rápido, gratis y fácilmente? Si sabes ya algo de javascript, esto va a ser coser y cantar. Incluir la librería Siempre es recomendable delegar el hosting de la librería a google. ¿Por qué? lee esto. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> Acceder a un elemento del DOM Hay varias formas de acceder a los elementos [...]
CDS-Invenio: implementing autocomplete for authors with jQuery and php [SOLVED]
This is a BETA. I will NOT BE RESPONSIBLE for any damages this may cause in your repository. It is not my intention to write a super-in-detail guide, just a quick cheatsheet for programmers who know what they are doing this post has been updated due to a mail asking how to implement autocomplete in [...]
DeepZoom & SEADragon (III)
These days we were talking about DeepZoom, SeaDragon and jCarousel. Refer to [1] DeepZoom & SEADragon part one and [2] DeepZoom & SEADragon part two. How to remove the SEADragon logo from the viewer? Well, that is REALLY simple indeed First, open your seadragon-branded.js (in my examples it is located under ajax/0.8/. Go to line [...]
DeepZoom & SEADragon (II)
In my previous DeepZoom & SeaDragon post I explained how to build a web gallery using SEADragon. Show thumbs in JCarousel I dont like the thumbs to be displayed all at once, so I decided to use a jCarousel instead. jCarousel is a jQuery plugin for controlling a list of items in horizontal or vertical [...]
DeepZoom & SEADragon (I)
There are plenty of times when you want to see something closer, to get a good look at the texture of a sculpture, or find out if that’s a reflection or a scratch on that used car you’re looking at. Seadragon, implemented as the Deep Zoom feature of Silverlight, allows you to do that. But [...]