Password Protect's Shortcode not working within JQuery Tabs

zkirshner
Newbie
Just Getting Started

Member    Likes (0)

Hi,

I'm trying to password protect the content in one of a set of three JQuery Tabs, but the Password Protect plugin shortcodes aren't working in this situation. They work fine in a non-tabbed post. I'd love to know of a way to make this work, or if it's even possible.

Here's the JQuery code being used:

<script>
(function($) {
$(document).ready(function() {
$("#tabs").tabs();
});
})(jQuery);
</script>

<div id="tabs">

<div id="door1" >
</div>

<div id="door2" >
</div>

<div id="door3" >
[protect password=""][/protect]
</div>
</div>