Quantcast
Channel: A Curious Animal » jQuery
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

SimplyWrite, a free web distraction writing tool based on IndexedDB

SimplyWrite is a free web distraction writing tool. It is based in the IndexedDB HTML5 so you need a browser compliant. Because the use of IndexedDB all the content is stored locally on your machine,...

View Article



Image may be NSFW.
Clik here to view.

Local storage: Storing sticky notes on your machine with HTML5

Every history has a beginning and for this post it starts when some time ago I saw this good post from tutorialzine.com. Really I love the tutorials at tutorialzine.com, they are great quality examples...

View Article

Image may be NSFW.
Clik here to view.

Customizing jQuery UI Dialog: hiding close button and changing opacity

Sometimes when you are programming small things are the hard things, little details becomes difficult to solve and you need to spend lot of time to solve them. This is logically because you spent the...

View Article

Image may be NSFW.
Clik here to view.

Crop image on the client side with JCrop and HTML5 canvas element

Suppose you are working on a nice web application where the user can upload images to, for example, a shop catalogue (mmm… that makes me think on something :p ) but wait… you don’t the catalogue uses...

View Article

Filling Flexigrid with JSON/XML data

Flexigrid is one of the most useful and powerful grid plugins for jQuery. Unfortunately, as the author explains in the project page, there is no much documentation so you must learn how to use it...

View Article


Look mom no jQuery !!! Getting all CSS properties of a DOM element in pure...

Getting and setting CSS properties is a simple task. We can make it in pure JavaScript:var color = domElem.style.color;    // Get color domElem.style.color='blue';    // Set new colorUsing jQuery it...

View Article

PhoneGap on iOS: an stupid advertisement using the “create” command line tool

Some days ago I start my first mobile application. Nothing awesome, it is a simply excuse to test jQuery Mobile and PhoneGap frameworks. This post is not oriented to describe my impressions, that would...

View Article

Image may be NSFW.
Clik here to view.

tagger, a jQuery Plugin to manage tags

jQuery is widely used in the web world. Since its creation it was quickly adopted by many programmers mainly due its easily of us and extension capabilities. I used jQuery in many projects and for many...

View Article


Things I learnt creating a jQuery Plugin (Part I)

jQuery is one of the most used JavaScript libraries, if not the most used one, which allows to make great things with the big set of little tools it offers to the web developers: HTML/DOM manipulation,...

View Article


Things I learned creating a jQuery Plugin (Part II)

This post is the continuation of the series Things I learned creating a jQuery Plugin. In the first part we have seen how the structure of a jQuery plugin must be, the plugin entry point (so called...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images