Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

zhuoyu zhu
zhuoyu zhu
9,806 Points

Form Validation and Manipulation--Extra Credit Problem

[alt text](G:\Island03-stage01-video-01-smellslikebakin\smellslikebakin/screenshot.png "Screenshot")

This is the extra credit exercise in stage 2. Basically I used the text() method to alter the message body hint to help the user out. Everything works properly including disabling the form if the characters are less then 15. However, when I try to test the transition state between the characters are less or larger than 15 in Safari, there has been an issue about the border as can be seen from the image. I also test it in Chrome and firefox. They both didn't have this issue. Anyone has any idea?

1 Answer

zhuoyu zhu
zhuoyu zhu
9,806 Points

Not sure how to paste the image! anyone knows?

James Barnett
James Barnett
39,199 Points

When trying to post screenshots (or other images) to forum the most common issue, is trying to link to an image on your local computer. That won't work, you need to upload the image to the Internet.

One of the easiest ways to do that is to use an image hosting service like imgur.com.

Now you just need to link to the image in the forum using markdown ![alt text](http://example.com/path/to/img.jpg "Title")