Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #3K
~647 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for KPooja

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.

Member Avatar for KPooja
0
159
Member Avatar for andyjko

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.

Member Avatar for pritaeas
1
184
Member Avatar for Wraithmanilian

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 …

Member Avatar for Troy III
0
234
Member Avatar for Atomika3000

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 …

Member Avatar for gstephas
0
70

The End.