Skip to content Skip to sidebar Skip to footer
Showing posts with the label User Interface

Jquery/javascript Convert A Plain Text Message Into A Text Input Field

i've got the following request: create a plain text field that transforms into an text input el… Read more Jquery/javascript Convert A Plain Text Message Into A Text Input Field

Changing Hover To Click On Menu

I am having trouble changing the function to be called on 'click' rather than 'hover… Read more Changing Hover To Click On Menu

Implementing A Master View With Multiple Collections. Backbone.js

EDIT my humble mockup of what I want to implement I have defined such a view: define(['jquery… Read more Implementing A Master View With Multiple Collections. Backbone.js

Jquery Ui Autocomplete - Multiple Sources

For 1 source this is the correct code after the ajax call: url: 'links2.xml', I would li… Read more Jquery Ui Autocomplete - Multiple Sources

Ajax: Simultaneous Loading Of Multiple Images

I have a grid of pictures (3x3, side by side, laid out in a ). I need to update this grid every so … Read more Ajax: Simultaneous Loading Of Multiple Images

How To Do This Image Zooming Trick In A Browser?

I would like to do the following trick in a browser: Create three image files of different size (sm… Read more How To Do This Image Zooming Trick In A Browser?