skip to Main Content

jquery datepicker insert dayid to all days within <td> attribute

I need to add dayid to all <td> for example: <td class=" " data-year="2022" data-month="8" data-event="click" data-handler="selectDay"> <a class="ui-state-default" href="#">22</a> </td> would be like <td class=" " data-year="2022" data-month="8" dayid="22" data-event="click" data-handler="selectDay"> <a class="ui-state-default" href="#">22</a> </td> <td class=" " data-year="2022"…

VIEW QUESTION

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
Back To Top
Search