how to disable submit button when value is not null |
I am using table row to display records
Code: echo '<tr>'; once images uploaded the status changed into 1. if this all $row['status'] is null then disable submit button else enable. need suggestion
You know were getting tried of answering the same questions over and over!
Use Google search instead of expecting us to do your coding for you. Button disabled Property Or use jQuery toggle What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
You can need to use any validator library, for example, => http://1000hz.github.io/bootstrap-validator/
Give all validation functionality by default and also possible with customization as per you need (10-24-2018, 08:43 AM)InsiteFX Wrote: You know were getting tried of answering the same questions over and over! Those values are not input type element. readonly values . how? Code: // jQuery What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(11-09-2018, 04:37 AM)InsiteFX Wrote: Code: $('#mytable tr').each(function() { |
Welcome Guest, Not a member yet? Register Sign In |