Dying or getting killed isn't something unnatural. Living aimlessly without a purpose is.

IE7 Error: Expected identifier, string or number

Thursday, November 29th, 2007

For the win!

jQuery.slideDown flicker when a form is inside the sliding container

Monday, October 22nd, 2007

I prefer long and clear post titles. (^_^)

Having invested more than 8 hours in trying to solve this little problem and, as usual, when I was just going to give up and go with no animation, I came to the realization that I was focusing the first input element of the form right after calling slideDown().

So, I removed that code, checked the documentation and, ta-da!, problem fixed.

Continue reading »

Trouble with jQuery Ajax load() method

Sunday, October 21st, 2007

When you do a search on google with the title of this post as the keywords expecting to get some light on a problem you have been banging your head for some hours; it is most likely you won’t find a solution. The first reason is that jQuery does rock, and the second is that the documentation for the load() method is very clear. So I’m writing this to make a stop in time and try not to forget this small observation.

As part of a side project of mine, I’m coding a small app with CI as the php framework and jQuery as the js one. Problem is: I’ve been trying to Ajax load some content without success for some time.

Continue reading »