Questions tagged as 'jquery'

1
answer

Open a Modal with the result of MySql

And the beauty galley? I'm studying Dev Web and I'm creating a pro-boot system with customer records and reports. Let's doubt it. I have a report page and there I have an input type="date" inside a form that will do the fetching from a date i...
asked by 01.08.2017 / 23:48
2
answers

Generate Image Thumbnails Before Uploading

I'm looking for a non-plugin solution that generates thumbs of selected images in <input type="file"/> , preferably with Javascript or max jQuery . The idea is to have something similar to this structure: <div cl...
asked by 15.03.2017 / 21:11
1
answer

I need to leave the top of a table fixed, while the table has a scroll

I have a PivotTable, and I wanted to have the head of it fixed on hers while I scroll the table, when I reach the end of the table, head "add" and go to the next table. > All this without the table having td and th with...
asked by 10.01.2017 / 20:42
0
answers

Mousedown on Chrome 55 [closed]

I use the mousedown event in JS to assign an action to my object in a project in question. With the new Google Chrome update for version 55 my event no longer works! Does anyone have any idea how to use the event in this new release...
asked by 20.12.2016 / 11:39
1
answer

Handle non-angular DOM 2

I'm passing a web system that has Jquery to Angular 2. I have a button that when clicked it adds two inputs and together with them a button is created to exclude these inputs. (follow the code in Jquery) ... //Adiciona campos extra nos sócios...
asked by 19.12.2016 / 19:51
2
answers

Study angular 1 or 2 [closed]

I'm pretty old, the first language I learned was in Action Script 1 (this in the early 2000s). Today I need to recycle myself and I want to start dropping Jquery and go to Angular, mainly to develop applications with IONIC 2, because my studio h...
asked by 20.07.2016 / 16:04
0
answers

FadeIn and FadeOut with AngularJS

I would like to know the best practice when displaying warnings to the user, using AngularJS. My scenario is basically the following: I have a div that represents all CRUD validations, inside my index.html. In a service "messages.service.js" I h...
asked by 26.12.2016 / 22:37
1
answer

Redeem date-id from a menu

How do I pass the date-id of a menu link to a modal? For example I have a menu with the link1 - link2 - link3. When clicking for example in link2 open a modal displaying the values of link2. These values are retrieved from the database, so I nee...
asked by 19.12.2016 / 10:40
1
answer

How to force the download of a pdf?

I have a PHP and HTML application of a registration form, how do I download a select as an example: Clicking on yes, it downloads according to a link that does this (download) in pdf format. Follow the print for more information and the script a...
asked by 19.12.2016 / 11:43
2
answers

Remove loader after the page has fully loaded

I have a custom loader that appears on the screen while loading. When I finish I need this loader to disappear, so far so good. The problem is that the page is still doing some processes with jQuery and the loader div disappears, giving the effe...
asked by 11.12.2016 / 15:25