I have a problem with the slideToggle function in jQuery. It is not smooth at all. Whenever I click the \"See More\" button, the content that shoul
slideToggle
jQuery
You are running a slideToggle on a table row. Table rows do not play nice with some css. This means in some cases, it will not slide, but just show up when it is finally visible.