jQuery UI Widgets › Forums › General Discussions › Editors › Input, Password Input, TextArea, ColorPicker, Rating, TagCloud, Loader › jqxRating and val() / val(value)
Tagged: jqxrating, rating, val
This topic contains 1 reply, has 2 voices, and was last updated by Dimitar 12 years, 1 month ago.
Hello, it looks for me, that:
$("#fldRating").val( zaznam.rating ); // does not work$('#fldRating').jqxRating('val', zaznam.rating); // this is working
does not work, at least in 3.0.2 and 3.0.3. The similar for:
var rating = $('#fldRating').val(); // does not workvar rating = $('#fldRating').jqxRating('val'); // this is working
Please check it. Thank you very much.
Hello leonell,
Thank you for your feedback. We confirm the reported issue.
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
You must be logged in to reply to this topic.