jDowdle.com header image 1

Entries Tagged as 'jQuery'

jQuery Ajax Loading with Selectors

October 29th, 2008 · Comments Off · Code

If you don’t know, jQuery can load a remote page into a DIV very easily. Not only that, it can also filter on which parts of that page get loaded.
First you have to use load method of the target div. For example if my div looks like <div id=”target”>, then my load call will look [...]

[Read more →]

Tags:

Displaying Friendly Errors with jQuery

July 20th, 2008 · Comments Off · Code

In just one week, I have encountered this problem twice, so I think it’s worthy of a post.
The problem was that a form needed to provide negative feedback while the user was entering data. I find this to be more useful than an all at once “You’re missing <this> and <that>. Go back and fill [...]

[Read more →]

Tags:···