JSFiddle - React, Tailwind, and code Playground

by joelpurra

HTML

<p>For <a href="http://stackoverflow.com/questions/12607366/jquery-hover-function-not-working">http://stackoverflow.com/questions/12607366/jquery-hover-function-not-working</a>

<p id="para"> This is a paragraph</p>

JavaScript

$("#para").hover(function() {$(this).hide();}, function() {$(this).show();});