2012-05-23, 05:46:32
sarnaiz Wrote:The script will randomize an element with the "group1" class so I need to get the search-entry class to have an additional class as that is the start of each group of data being displayed.
...
http://www.dynamicdrive.com/dynamicindex...torder.htm
...
The description on above page states that the elements with the class name passed as parameter are randomized, thus the following - as already shown in the last post - should work:
Code:
<script type="text/javascript">
randomizeContent("search-entry")
</script>