Questions tagged as 'javascript'

1
answer

How to delete multiple selected records in a DataTable Bootstrap using JavaScript - Asp.net

In my Index I have a Table (DataTable Bootstrap) that allows me to select as many rows as I want. Datatable rows are loaded dynamically using JS. Each line stores the registry id: ("href=" / cep-manage / remove-cep / '+ full.id ") at the time th...
asked by 28.12.2018 / 20:56
2
answers

How to automate login in Gmail?

Explanation: I currently have a URL that informs Gmail user email:    link EMAIL & Passwd = password & null = Sign + in But in this way, the Password is not loaded, just the Email . Objective: I would like a link whe...
asked by 28.02.2014 / 01:54
3
answers

Change the selected of an option that is in copy script

I'm new to the area and I'm having a lot of trouble doing the following: I made a javascript script to create multiple copies of my option . So far so good: copies made successfully. I need to make a for in javascript to go th...
asked by 27.02.2014 / 12:40
1
answer

Select using Enum

I have a form where one of the fields is a select, and this select is an enum, I get it popular but I can not send the value, it always goes 0 when I do the post. I wanted a select with two options HTML: <form class="mat-dialog-content"...
asked by 03.01.2019 / 23:06
2
answers

I want to get the result of a Select to use in JavaScript

I want to get the option chosen by the person and simply print on the screen (it's just the basics, so I can do what I really want), I just do not know how to do it. The part of the HTML code that has {{value}} is where I want to appear what was...
asked by 03.01.2019 / 22:46
0
answers

Add a downloadable execution field

Recently I found a code that creates a frame, along with a menu with the option to close the frame. I would like to add a downloadable field, but I have no idea how to do it. I will be grateful for the responses and collaboration of all. Foll...
asked by 04.01.2019 / 00:03
1
answer

How to save the results of a "drag-and-drop" table?

I need to do a drag-and-drop that looks like the image below, which is the system I'm developing. In the buttons referring to "1st Period", "2nd Period" and others, I put a function that returns the disciplines referring to the period informe...
asked by 10.02.2014 / 14:47
2
answers

Triggering CSS transition when performing ajax request

I'm trying to do the following, before the element receives the ajax answer I hedge the opacity of it to 0 and trigger the transition, until there it is working beauty, the thing is that after I pass responseText pro element...
asked by 12.02.2014 / 18:32
1
answer

How to show a Facebook Embedded Post through Button Click?

I need to create an Embedded Post on a page through a Click event. I am using the following function: <body> <div id="fb-root"></div> <div id="myDiv"></div> <div id="myDiv2"></div> <s...
asked by 12.02.2014 / 18:25
1
answer

Using an FB.Api within another FB.Api

I am making a function to make a list with 10 facebook friends with 10 posts (status) each. The code below performs searches accurately, however the "friend" + id div does not receive content in the line divFriendsPost.innerHTML = friendPosts, e...
asked by 07.02.2014 / 16:24