The Star Rating Plugin is a plugin for the jQuery Javascript library that creates a non-obstrusive star rating control based on a set of radio input boxes.
- Fabian Neumann
You can make a more compact implementations with help of the reduce builtin function: def rec_getattr(obj, attr): return reduce(getattr, attr.split(”.”), obj)
- Fabian Neumann