Questions tagged as 'jquery'

1
answer

"Particles" moving with the mouse in the background

I have four-color squares and would like to play them in the background randomly and give that parallax effect when you move the mouse. Does anyone know of any plugins for this? Style this, but placing the squares instead of the dots. link...
asked by 02.07.2015 / 20:30
1
answer

Change button size

I'm developing a footer in JQuery that I went through for this FIDDLE HTML / JQuery <div data-role="footer" data-position="fixed" data-theme="c" data-tap-toogle="false"> <div data-role="navbar" data-gri...
asked by 09.07.2015 / 19:17
1
answer

retrieve data from a view table in controller

I have a table that is dynamically generated in View . From the moment the user selects the products in another table, I need to retrieve in the controller all ids and product quantities that are in this table. Here is the jQuery function tha...
asked by 08.09.2015 / 20:17
1
answer

Script does not work with external host [closed]

My script does not work with files hosted on the exetrno host My files are located on this host: How do I get them to run in this script below? <script type="text/javascript"> var resizeOwnr = function(width, height) { var =...
asked by 09.09.2015 / 17:23
1
answer

Default messages

I have textarea where I need to add predefined texts that are my links. When you click on them, the content of ID is added at the current cursor position in textarea . I need to do this with jQuery . Example: link     
asked by 03.09.2015 / 02:55
2
answers

Run JS when opening page [closed]

Good evening. I have a js where I need it to run when loading the page. It works when I click, but I can not get the calculation done automatically when loading the page. $(document).ready(function(){ executa5(); $(".cubagem, .tabbable...
asked by 24.06.2015 / 00:08
2
answers

Get checkbox values in DataTable with pagination

I have a table with the DataTables plugin. In each row of my table, I have a <input type="checkbox" /> . I have a button to enable / disable the items described in each row of the table. Basically, I run all checkbox a...
asked by 22.06.2015 / 20:46
1
answer

Sort by javascript sales node

How can I make javascript sort this array through the sales node? [{"codigo":"produto003059","vendas":0},{"codigo":"produto003062","vendas":0},{"codigo":"produto003067","vendas":4},{"codigo":"produto003068","vendas":1},{"codigo":"produto003070...
asked by 19.06.2015 / 21:33
1
answer

Submit form after user action

I have a form, and a list of actions that the user can choose, depending on the action that was chosen, the user should confirm the submission, leave a message or simply send the form. I have almost everything ready, what I can not get is whe...
asked by 12.09.2015 / 07:22
1
answer

How to create functions for extension

I'm creating an extension, my first extension to Google Chrome, the extension consists of changing elements of a page and changing things, but I wanted to put a function for a button via onclick , but it does not work! Assuming that the si...
asked by 28.06.2015 / 00:34