I am trying to add some additional html to a div with id slideshow using jQuery. My code:
$(\"#slideshow\").append(\"
You're mixing quotes.
Your string goes from the first " to the second ", meaning that the string only contains "Previous SlideNext Slide'
"
"Previous SlideNext Slide'