Tagged: , ,

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxRating and val() / val(value) #30301

    leonell
    Participant

    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 work
    var rating = $('#fldRating').jqxRating('val'); // this is working

    Please check it.
    Thank you very much.

    jqxRating and val() / val(value) #30327

    Dimitar
    Participant

    Hello leonell,

    Thank you for your feedback. We confirm the reported issue.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.