Search This Blog

Friday, July 29, 2016

How to make entire row or div clickable


 Step1:

 We are goi



 data-href="dashboard-add.html"



<script>
$('[data-href]').on("click", function() {
    document.location = $(this).data('href');
});
</script>

No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...