- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
Re: KPooja, I'm not sure how much you hope to get out of your tooltips, but have you considered using the 'title' attribute in your option tags. This works on both IE and Firefox, although I didn't have as much luck with Chrome, Safari, or Opera. | |
![]() | Re: Cool editor, Andy. I like the idea of integrating those validation/code quality tools right into the editor. I think the highlight was when it told me 'eval is evil'. Thanks for posting this. |
Re: Easy Troy, Ajax is defined inside the prototype library. If I had to guess, his own ajax.js is executing before prototype has finished its business. Try wrapping the stuff in ajax.js in a function that is called by the onload event of the body. Its also possible that prototype hasn't … | |
Re: Correct, this situation would require an XHR if using traditional javascript and html. Essentially you'll want to place place a function in the onKeyUp of your page body, check which key was pressed, and then perform a request accordingly. You'll then want to do a document.write() or render the response … |
The End.