Posts by PAOLA SANTOS • 13 points
4 posts
-
-2
votes2
answers77
viewsQ: Remove span added with checkbox
I have input in html <input value ="Get" onClick={GetSelected} type="checkbox" value="SLA contratual" /> when clicked a span is added to a list <li id="teste"></li> I need to…
-
-2
votes1
answer453
viewsQ: Slick is not working
I have the following html code <html lang="pt-br"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta…
-
-1
votes1
answer47
viewsQ: Close modals with jquery
I have a modal where the user can select a signature plan with the button <button type="button" class="button-assign" data-bind="widgetLocaleText:'subscribeButton'"></button> this opens…
-
0
votes1
answer63
viewsQ: Status with jquery
I have html with the following Divs: <div class="tag" id="div-statusActive" data-status="statusActive"> <div class="tag__title tag__title--spaced"> <span data-bind="widgetLocaleText:…