Questions tagged as 'javascript'

1
answer

Display div with PHP elements

I am creating a family register, each family has its responsible and its other members, follow the code: <div id="formularioParaCadastroFamiliar" style="display: none"> <form id="formularioDoResponsavel" action="" method="POST">...
asked by 20.12.2018 / 20:58
3
answers

How to change the image of a button as JavaScript?

I'm making a classic old game in HTML, CSS and JavaScript, however, I want to know which command I can use to be able to swap the image of a button in javascript I know it has something to do with document.getElementById () <!DOCTYPE...
asked by 12.12.2018 / 15:24
0
answers

Call another Ionic v1 App and receive call data

I'm using the plugin "cordova plugin startapp", according to the documentation added to the project (README) I was able to call another package / app (ionic v1), but I'm having problems receiving the sent message on call. My call went like th...
asked by 12.12.2018 / 20:16
0
answers

Reading fields of type BLOB with node-firebird

I would like help finding a way to read a field of type BLOB as a string using the "node-firebird" module of npm, below the code and problems that I can not handle alone. db.query(query, parameters,function (error, result) { if (error)...
asked by 12.12.2018 / 19:26
0
answers

DataTable Filter

Hello, I am adding filters to each of my datatable The problem is that within a I have N options for selection But my filter understands it as one and not separate words Iwouldlikethefiltertohavetheoptiontoselectsystembysystemandnotacollectiont...
asked by 12.12.2018 / 20:35
1
answer

Conflict between scripts in my html file

I am creating a web application where the main page is a timeline, and this timeline should update its content automatically. I'm using the setTimeOut function of JQuery to update the timeline every x seconds. But I also have another JavaScri...
asked by 10.12.2018 / 00:05
0
answers

Template parse errors: 'ion-text-avatar' is not a known element: 1

After putting lazy loading into the IONIC 3 project, following this tutorial, I came across an error in the directivs. What happens, I have the TextAvatarDirective directive that is imported into two pages, its modules: import { NgModule } f...
asked by 10.12.2018 / 14:37
0
answers

How to edit a form in Angular 6+ from dafault values?

I'm having trouble creating an edit page with Angular. Because the same is very related to the life cycle of the components from the requisitions. At first, my HTML form looks like this: <form [formGroup]="formProfile" (submit)="update()...
asked by 24.12.2018 / 00:01
0
answers

List Search within List with Angular Pipe 2

Good morning and Merry Christmas! Personally, I'm having a problem getting a list back from passing a parameter. This search I'm trying to filter is from a list that is inside another list. If I pass as field a field from the "outside" list,...
asked by 25.12.2018 / 13:55
0
answers

Head Break with DIV

In my jokes in HTML and JavaScript, I've tried to create a mini-puzzle with the block and the place where it's placed. function parseNumber(num) { return parseFloat(num.replace(/[^\d]/)) || 0; } var movePopUp = (function() { var startX...
asked by 13.12.2018 / 05:14