Rating/Feedback modules that work with jQuery?

Events happening in the community are now at Drupal community events on www.drupal.org.
__ian's picture

I'm having loads of problems with module or other output not rendering properly in themes that use jQuery (I use mobile_jquery).

For example, Fivestar works fine using other themes, but not in mobile_jquery, where it shows both dropdowns and stars. Previously I've had probs with even simple things like html anchors not working either!

Does have anyone have recommendations for how best to integrate modules like this with jQuery heavy themes like mobile_jquery? Or which alternative modules to use to avoid these problems?

FYI form code below:

    $form['measure1'] = array (
      '#type' => 'fivestar',
      '#required' => '1',
      '#stars' => 6,
      '#weight' => '10',
    );

    $form['measure2'] = array (
      '#type' => 'fivestar',
      '#required' => '1',
      '#stars' => 6,
      '#weight' => '12',
    );

Either control can be used successfully to register a vote on submission of the form, but showing both looks a bit daft!

Thanks for any help,
Ian.

Comments

Hi Ian, Did you find a

steven jones's picture

Hi Ian,

Did you find a solution to this in the end?

Unfortunately no

__ian's picture

Hi Steven,

Nope, not heard a dickie bird from anyone on this, just had to resort to leaving it with both stars and dropdowns showing. I think it's due to the dodgy js behind the scenes that also interferes with HTML anchors, form posting, etc. At least it still works though.

Planning a meetup soon? It's been a while.

Ah sad times, bring it along

steven jones's picture

Ah sad times, bring it along to the next meetup? Which I am indeed planning.

United Kingdom

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week