Questions tagged as 'jquery'

1
answer

What are the pros and cons of using jquery in mobile development? [closed]

I'm starting in hybrid development using Cordova (with visual studio) and in my searches on javascript frameworks, I have found many people using AngularJS, and I was surprised by the fact that I did not find anyone who uses and recommends JQuer...
asked by 25.07.2015 / 13:40
2
answers

Doing replace or append on a p?

I was trying to make an append or replace in jquery from an HTML but I'm not succeeding at it, it replaces only one <p> that contains class .frete-gratis but wanted to replace all with iframe . Here is the cod...
asked by 15.07.2015 / 18:30
1
answer

About Deferred and Promises JQuery

I need help understanding this concept of Deferred and Promises in JQuery, it looks like there is a library for promises (is there really?) but JQuery is breaking the strand with implementation since version 1.5. Help me understand applied in...
asked by 21.03.2015 / 19:24
2
answers

Collecting words from an input

I'm developing a (study-only) page for a bookstore. The variable titulo_livro receives the data of a input type='text' . What do I need to do: The title of the book will often contain more than one word. How do I collect these...
asked by 22.12.2017 / 18:42
3
answers

Check Availability of Zip Code

I'm trying to develop but I'm not familiar with programming with Ajax , jQuery and JavaScript , so I'd like help I have a field that takes the customer's zip and a button so that when he clicks the return button if that zip is covered th...
asked by 07.11.2017 / 22:40
1
answer

Replace text with asterisk jQuery

I have the following field: <input type="number" name="teste_senha"> I need that, when typing some content, this content is replaced by *****, without losing its original content, and can be stored in a hidden field. How do I get t...
asked by 12.12.2017 / 21:51
2
answers

How to get the element id from its class

I have the following list: <ul id = "qualquer"> <li id = "listitem1" class = "middle_item"> </li> <li id = "listitem2"> </li> <li id = "listitem3"> </li> </ul> In my pr...
asked by 22.05.2015 / 15:22
1
answer

Get product id with Jquery

I have the following code html :    When he clicks delete on div excluir-produto-carrinho he should get the id of the data-id-prod-cart . How do I do this? I have tried the delete button which is the div excluir-pro...
asked by 15.08.2017 / 16:06
2
answers

Selects nested in jquery or javascript?

I have a PivotTable with parcel split and would like to change the values of selects based on their predecessor, eg. Ifyouselectthefirstitemyouwouldlikethesubsequentitemstoassumethesamechosenshape.AnotherexampleIchosethefirstoneasadeposit,th...
asked by 13.09.2017 / 20:32
2
answers

Problem with Datepicker

I have a datepiker but it is not working correctly well if I click on input it works cool, but when I click on the calendar image it neither passes the value nor also receives what is in input : Image: Html:<divcla...
asked by 20.09.2017 / 15:25