Questions tagged as 'jquery'

1
answer

FlowType is not updating when maximizing / restoring window

Flowtype is not updating the correct font size when I load the page without the window being maximized and maximizing it. When the window is maximized the font appears in the size it should be when it was not maximized. And if I restore to not g...
asked by 19.02.2014 / 20:38
2
answers

How to pass the 'id' of a post via 'post' using AJAX?

I would like to execute an update via ajax , but I am having difficulty sending id of the post via post or get to the external form: php/editarDespesa.php . The form is not displaying dados , but without us...
asked by 13.12.2014 / 09:26
1
answer

Create an animation effect that executes only once, after a certain bearing height

I'm trying to create an animation for a div after the scroll is larger than a value (in my case, 1100). It works to a certain extent, but after it reaches 1100, every time it moves on the scroll, this effect runs again. Here's my code: &...
asked by 12.12.2014 / 13:53
3
answers

Use JQuery to change texts

Good morning! I do not have access to the HTML of a site that I'm editing, so to make additions, I only get via css or js. Basically I need to change a text from "service", to "Transfer" and to trying with jquery in the "Javascript in header"...
asked by 14.09.2018 / 20:21
2
answers

How to give submit in the data of a dynamically generated form?

<div class="form" id="dynamicDiv"> <p> <div id="principal"> <form method="POST" action='enviaMform.php' id="enviaMform"> <div class="container"> <label for="ipHost">Nome do host:</...
asked by 10.09.2018 / 23:25
2
answers

jQuery - How to add event to control after DOM loading?

I need to add a virtual keyboard after a validation in codebehind. The control is invisible until this validation is true. When I add the virtual keyboard with the control already visible on the screen, it works 100%. After the validation is...
asked by 06.09.2018 / 01:18
2
answers

FitText's Resize only works after page resizing in jQuery Mobile

I'm working on a project with jQuery Mobile and I'm using the resize text plugin FitText. The plugin works fine except that in jQuery Mobile, where I have several pages in a single HTML file, when I change pages, the resize plugin does not...
asked by 26.03.2014 / 14:41
2
answers

Error with jQuery ColorPicker

I'm using the jQuery ColorPicker but it is giving the following error:    Uncaught TypeError: Object [object Object] has no method 'ColorPicker' My code looks like this: <html> <head> <script type="text/java...
asked by 28.03.2014 / 02:10
1
answer

Hiding inserted elements with append

I have this code: db.transaction (function (tx) { tx.executeSql('SELECT * FROM cartoes WHERE usuario = ${0}', [], function(tx, results){ for(var i=0; i<results.rows.length; i++) { var nomeEmpr...
asked by 28.11.2018 / 12:55
2
answers

How to load a jQuery function when loading a page that uses JSF and Primefaces

I'm using a function to check if all the checkboxes are checked to perform the load of an already filled register. So I wanted to know how to call the function. function selectAllCheckbox() { var booleanArray = new Array(); var allChec...
asked by 31.03.2014 / 19:52