Default value: 16
An option that determines the height of the icon. All icons should have the same height.
Syntax
$(function () {
// Get value
var returnsValue; // Type: number
returnsValue = $(".selector").wijrating("option", "iconHeight");
// Set value
var newValue; // Type: number
$(".selector").wijrating("option", "iconHeight", newValue);
});
See Also