Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Check/Uncheck Select All header checkbox using jquery

    Hi,

    i wanted to check or uncheck  SelectAll header checkbox on specific condition. so how can i check do that programmatically.

    I found some workaround to do it programmatically.

    $('#ig1').find('[name="hchk"]').data("chk","off").find("span").removeClass…