Posts Tagged javascript

jQuery retrieving the data from an AJAX call into the global scope

You make an AJAX call within a jQuery function and you want the call to be synchronous so that you can use the data from the call in the function scope. This tutorial will show you how.

Tags: , , , ,

jQuery wildcard selectors – update

On my first post on this blog I posted a small snippet to use a small regex pattern in jQuery selectors. This doesn’t work anymore, go here for a working method: http://ropox.net/archives/1081

Tags: , , , ,

SproutCore: a proper javascript framework

I wrote a while ago about creating a client side MVC system in javascript.
Yesterday at one of the talks SproutCore was mentioned. I had a look today and it looks very promising. It’s a full framework designed to create full ‘thick client’ javascript applications. The core of it was written in Ruby and I haven’t [...]

Tags: , ,

jQuery create a client-side MVC

Some concepts for creating a client side MVC (or VC in this case) framework.

Tags: , ,

jQuery wildcard selectors

UPDATE: The below method no longer works! Go here to see a tested, working method: http://ropox.net/archives/1081
This is the first tutorial on my blog. We’re going to start with something simple and it’s only useful if you use jQuery.
When I started using jQuery I found it hard to find information on using wildcards when selecting DOM [...]

Tags: , , , ,