Questions tagged as 'jquery'

2
answers

Paste a treated text where the pointer is

I have the following problem:    Some people in my work copy texts from a few words and paste on the forms   that I do (inside the GED), but sometimes in this copy and paste it take with the text some invalid characters, for example   this qu...
asked by 23.12.2016 / 13:16
2
answers

How do I simply ping external sites returning status: 200, 400

I'm a beginner in JavaScript , AngularJS and jQuery . I have already broken my head here and could not resolve the following solution using JavaScript : I want to make a list of the sites I've developed, showing their real-time status usi...
asked by 25.11.2016 / 18:53
1
answer

How to add and remove required input with jQuery?

I have a select with two option , when I select the first option I want it to show me an input field strong> with the attribute and when I select the second option I want it to do the same, only removing the required input . The...
asked by 26.11.2016 / 23:36
1
answer

Compare system time with set time in a variable

How do I compare the system time with a time set in a variable in jQuery or Javascript?     
asked by 25.11.2016 / 17:44
2
answers

Check the type with jquery

Well I have two buttons on a form, they are: <button type='reset' onclick="history.back()">CANCELAR</button> <button type='submit'>ok</button> I have the following jquery that identifies the click on the button and s...
asked by 28.03.2017 / 21:18
1
answer

disable double click on every site?

Is it possible to disable double click on the entire site and on any element? Is it possible with jQuery or HTML? I want to prevent the user from giving 2 clicks in a row on links, buttons and etc.     
asked by 28.03.2017 / 16:40
1
answer

Change "on" to "click" in JavaScript function

I want when I click on the radios to call the function, it is currently like this. $("input[name='txtCategoria']").on('blur', function(){ var txtCategoria = $(this).val(); $.get('buscar_tipos.php?txtCategoria=' + txtCategoria,function(...
asked by 25.03.2017 / 16:19
1
answer

A message appears while not displaying the results of the database

Colleagues, Unfortunately I do not have any code for this doubt, as I do not know much about jquery, but I have a page where I bring the results of a mysql database, but in some cases the result takes a while to appear. How would I make a mes...
asked by 30.03.2017 / 15:31
1
answer

Copy value from one input to another

I'm needing that when I put any value inside input1, that value already appears in input2. Since both are on the same page, can you do that?     
asked by 31.08.2016 / 21:40
1
answer

Hide h4 without link and show h4 with link

I have a% d of% and there is .cx-single in it, I would like to display this <h4> only when it has a link. How do I do this in jQuery?     
asked by 03.09.2016 / 02:39