Content Slider in Wordpress

I’m attempting to get a congtent slider from this site (http://www.kirupa.com/html5/creating_a_sweet_content_slider.htm) functioning within a WordPress template with little success. I’m familiar with html, css, php and mysql, but I’m not as familiar with javascript/jQuery, WordPress, and how they interact with each other. I have checked that jQuery is enqueued in the header of our WP template, and have done quite a bit of searching for solutions - either I haven’t found this specific problem and solution posted elsewhere, or I failed to recognize it.

I’m avoiding WordPress plugins as the actual content and buttons are dynamically generated from results of a MySQL query and some while loops to create the button labels, ids, and the content (think product specs, with the buttons being a product name). I have this part worked out, I’m sure, but I’ve been failing at getting it to actually animate.

If anyone has advice on how to get the linked slider to work in WP, I could apply that to my actual project and would be very grateful. I’m sure it’s probably a simple step I’m unaware of, and hope it’s an easy fix.

Thanks!