Questions tagged as 'jquery'

0
answers

Run a bootbox.confirm inside an @Html.ActionLink

Good afternoon. I'm trying to use a modal for verification. (using the bootbox plugin). This is the js code. var Confirmacao = { Mensagem: function () { bootbox.confirm({ message: 'Exemplo para t...
asked by 01.08.2018 / 18:29
0
answers

Select printer with JavaScript or jQuery

Is it possible to select the printer before using the command to print in JavaScript or jQuery? In case before using the command window.print(); it even comes with the selected printer.     
asked by 28.07.2018 / 20:35
1
answer

Scroll Jquery html css

Galera could help me needed to make a scroll change menu as it descends identically to this link site could help me where can I be finding it? <div id="cssmenu" class="menu-agency-main-menu-container"><ul id="menu-agency-main-menu"...
asked by 23.07.2018 / 23:31
0
answers

Pass data to a modal with PHP and Ajax

I am creating a system and at a certain time the user can register the measurements of a person. To do so, I would like to redeem the ID and Name in the people table, so they are displayed in the modal, but I'm not having success, even trying in...
asked by 24.07.2018 / 20:59
2
answers

Consuming Json, problem with Cors

Good morning! I'm running a query (via jQuery and Json) in the Mercadobitcoin API, but I always get a return error. Upon inspection, there is a failure by the CORS method. I checked the documentation, there is a warning "the methods have CORS...
asked by 06.08.2018 / 16:43
0
answers

Doubt Consuming Web Service on Wordpress

I have a website in wordpress, made by myself, if it is called School Circuit, in it I need to consume the data of a webservice to manage championships, teams, games, students, etc ... The company responsible for the Web Service passed me pdf's...
asked by 26.07.2018 / 15:08
0
answers

Popular Selec2 with Ajax + ASP 3

I'm already trying to populate a select ajax options, among the various options I found the plugin selec2 and I'm trying like this: $(function () { $(".disciplina").select2({ language: "pt-BR", placeholder: "Disciplina",...
asked by 22.07.2018 / 20:33
1
answer

Doubt with jquery content validation;

I have a javascript that should run only when the content value of the edit is different from null or empty, but the same is always running. <script type="text/javascript"> function AdicionarClasseMenuSelecionado(){...
asked by 19.07.2018 / 16:29
2
answers

Pick button id clicked when you click another button

I need to make when the user clicks the radio button, it saves that value of the id and when clicking on another button "confirm" it shows the id of the first button clicked. I tried to do with localstorage, but it ends up showing all the id'...
asked by 19.07.2018 / 17:07
1
answer

Jquery scroll fixed on top when clicking on a div #

Next I have a problem because when I clicked on a menu anchored by a #id it did not have the scroll on top and so the content was cut because now I put this function and it worked perfectly however when I look at the console error Jquery:...
asked by 19.07.2018 / 16:34