When I limit the display of results and load new content with a pager using ajax in views, the "equal height"-script does not run again.
How can I achieve this?
When I limit the display of results and load new content with a pager using ajax in views, the "equal height"-script does not run again.
How can I achieve this?
Comments
Comment #1
drurian commentedI need to redesign the module to use Drupal's behaviors, then it'll work with the AJAX
Comment #2
chrisrcooper commentedI hacked around this by including:
Within a script for the theme.
Comment #3
drurian commentedFixed in 7.x-2.x
Comment #4
drurian commented