Questions tagged as 'jquery'

1
answer

User see the current version of Jquery and CSS without cache [duplicate]

Whenever I update the CSS and JQUERY of a site, I need to be asking the client to open the site in an anonymous window. Because his browser saves the old files and he can not see the changes. How best to get around this?     
asked by 20.12.2017 / 15:22
1
answer

jQuery variable for URL

It's as follows, I have the following code: $('body').on("click", ".delete", function() { $('#1').val($(this).parents('tr').find('td').eq(0).text()); }); That will fetch the id of a row from a corresponding table row clicked and I...
asked by 17.12.2017 / 21:17
2
answers

Fix Function in Calculator

AsIdonothavemuchknowledgeofjavascriptIneedalittlehelpfromyou.ThisscriptisasimplecalculatorbutIcannotmakesomefunctionswork.IjustneeditWhenchoosingaRadioFielditshowsthevalueofthefieldAndthenimmediatelymultiplythedropdwonnbagsxvalueofthechosenradi...
asked by 29.12.2017 / 15:07
1
answer

Open new pages / links within tab

I found it interesting how the system opens the pages "inside tabs" and I'm trying to make a similar one. I'mhavingtroubleopeningthelinks,butitdoesnotwork,what'smyerror? $(document).ready(function() { //add ajax tabs $("#addNewAjaxTab...
asked by 29.12.2017 / 22:16
2
answers

Execute function when arriving at Div

Is there a way to execute a function only when a div is on the user's screen? Example, I have a div that is in the middle of the site and when a user scrolls to it, or reaches it, I want a function to be executed. Is there an...
asked by 22.12.2017 / 11:59
2
answers

Mark selected in option that has the same id brought in array

I have a select $(".methods option") that has 3 options with forms of payment and each option has a value that has an ID (in case 1, 2 and 3 respectively). I need to mark as selected the option that hit with the IDs brought in data-pay...
asked by 14.12.2017 / 15:34
1
answer

How to Fill Only Selected Input

I'm having a problem popping up a field inside a table that is within a loop For , and one of the titles in this table is a modal, button as it is clicked opens a selection of units of measure . And when the user selects the drive,...
asked by 27.11.2017 / 20:46
1
answer

How to copy a text to the clipboard using ZeroClipboard?

I found several articles saying that this type of action with JavaScript is something "risky" and many browsers prevent this from being done. Also, in the articles I read, they said the only way to do something similar is by using Flash. So I...
asked by 07.05.2014 / 04:23
3
answers

receive ajax json POST in php and return on success

What am I doing wrong? <html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script><script>$(document).ready(function(){$('#btn1').click(function(){vartmp={"Proc":32...
asked by 13.05.2014 / 15:35
1
answer

I need help creating a blocking pattern for Android using the patternLock plugin

I need to create a pattern password with a design for a mobile maintenance site so that when a customer opens a work order and if his cell phone has a screen lock it can be saved and if the technician needs to use it. After much searching for...
asked by 20.09.2017 / 10:42