I have a list of (Drupal) teasers that have a read more link after each one, and separate divs of the full complete text I need to show when the read more link is clicked, following the links. Here's the JS:
The slideUp/slideDown action I want works fine when the page first loads, but after an ajax pager at the bottom of the list is used, it no longer works. I'm wrapping the read more link and the teaser together and that's what breaks. I can see after I use the pager, I don't see any "teaser-n-link" classes anymore. I'm using ".live" to keep the "click" events going, but how can I do the same for the ".each" and/or the ".wrapAll"? I don't even know which one, or both, is the problem.
I have a client that I'd like to build something in jQuery for. Basically what I need to figure out how to do is to create a system of pull-down form objects where a user on the site can answer a series of questions and get routed to the right page based on the answers to the questions. This company has about 20 products and this is supposed to help consumers find the right product for their needs based on the answers to some questions. They have composed the series of questions and there are only about 5 that the user needs to answer with selections in pull-down menus below the questions.
Are there any plug-ins that do that? I'm pretty new to jQuery but I thought I'd ask.