Jquery question for Eric - Post ID...

User 2014613 Photo


Registered User
14 posts

Hi Eric,
Firstly, thanks for all the work you've put into your pro growers site and all the how-to's you've done.

I've been trying to follow this example of yours http://progrower.coffeecup.com/jquerysl … inked.html
but can't get it to work for me. Could you please advise me on where I'm going wrong.
Here is my attempt so far www.turn5.com.au/jquery.html

Thanks in advance,
User 187934 Photo


Senior Advisor
20,190 posts
Online Now

For some reason when users copy some of my code examples spaces end up in the code that breaks it.
Look at the code in the html boxes that you copied and look for these. Looks like you'll have 10 spots to fix.
< img
< script type="text/javascript">
< /script>
< /div>

And make them this.
<img
<script type="text/javascript">
</script>
</div>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2014613 Photo


Registered User
14 posts


Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.