It might have to do with your css. It work's fine for me in Safari. But, I had to set an initial border color. Here is a link to the jsFiddle I am using for playing with your code:...
I don't have much experience with mootools, but it looks like the problem is that both jQuery and mootools are using the $ sign. In jQuery you the $ sign is just a shortcut to the word jQuery, so you...
Here is an html page with a div that expands by 1px each time the increaseProgress function is called.
It is currently being called on the onclick event of the a tag.
The problem has to do with event bubbling. As soon as you mouseOver the text and it is replaced with an input element it triggers the mouseOut event. Unfortunately, you will not get very far using...
console.logging elname (first loop through) I get "id-0-r-0-0". Looking at the html the first div has an id of "id-0-r-0-1". I removed the first ii++ and it seems to fix the error, but there are...
It definitely sounds like you will need a higher level animation framework than jQuery core can provide. I recommend jQuery UI - it's not bad if you only download the parts you need. If you want to...
The other thought is to use bind() to add hover events; increment a counter on hover, unbind() when you get to two, and setTimeout() to re-bind after enough time has passed....
hmm...
You may need to try jQuery UI. I don't have quite as much experience with it, but I think it may have what you need. The switchClass() function specifically comes to mind.
It depends what system you are on, and what kind of code you are writing.
I used Dreamweaver for many years, but got frustrated with CS4 (on mac), and started to look at other editors.