skip to Main Content

Adding list items using jquery

Please check my code. The code adds the list item but it suddenly disappears. Kindly let me know the error in my code. <button type="submit" class="btn btn-primary" id="needButton">Need</button> <button type="submit" class="btn btn-primary btn-success" id="haveButton" >Have</button> </form> <div class="myNeed"> <ul class="need">…

VIEW QUESTION

Jquery to block the button

I need to block the button and change the text(diable:Fill All The Fields) when the form is not filled completely. The form consist of #email', '#firstname', '#lastname', '#s2id_country and etc. I have wriiten the code but it didn't work. $(document).ready(function()…

VIEW QUESTION
Back To Top
Search