Questions tagged as 'jquery'

1
answer

How to change CSS settings of all DIVs with jQuery

I need to change the color of background , the color of the texts and the links of all the DIVs of a site . I was able to do this in JavaScript with the following code: <script type="text/javascript"> function altoContraste() {...
asked by 26.09.2014 / 21:55
2
answers

Create JQuery plugin

I'm creating a jquery plugin and would like to know how to use the selected div in the plugin to be my variable ... I tried this: (function ($) { $.fn.plugin = function () { $(document).ready(function () { var video = t...
asked by 15.04.2014 / 22:00
2
answers

decrease jQuery slider time

I did not use any plugin to make a simple transition between divs, because it was not to be too complicated and I did not want to overload the page with several plugins, but in my script the slider takes too long to start initializing, decrease...
asked by 11.03.2014 / 16:18
1
answer

Why is triggerHandler only affecting the first one on the list?

I'm trying to call the handler of an event via jquery, while the triggerHandler method is only affecting one of the selected elements, and the selector definitely represents multiple elements. jsfiddle The triggerHandler is called...
asked by 13.03.2014 / 21:20
1
answer

Return and reply to sending the email in the layout

I have a mailing system that receives the name and email of the database and sends it. But when I call the function it will load all the emails on the screen with its result in front. [email protected] => enviado [email protected] => err...
asked by 30.03.2015 / 22:16
1
answer

Detect the exchange of an image

Personal I have an img tag that has a button that loads several images for the person to choose, so he chooses the src of this tag is changed. I need to detect when this src change occurs and display an alert. I tried with the onchange but it di...
asked by 06.04.2015 / 21:30
1
answer

TypeScript error import * as Popper from "popper.js";

I have an error in the terminal, I already installed @ types / bootstrap @ types / jquery and asked to install also @ types / popper.js I did this but it is returning me this error: node_modules/@types/bootstrap/index.d.ts:9:25 - error TS2307:...
asked by 04.01.2019 / 13:44
1
answer

How to invoke bootbox.js after burning data in BD

How can I display a message box using bootbox.js after writing to the database by redirecting the user? I ran a test with the following script, but I did not succeed. if($execCurso){ ?> <script> $(documen...
asked by 08.04.2014 / 14:10
1
answer

Sort the months by Name DataTables Jquery

I have the following columns in my table, and one of them is "Month" it receives an int that is referring to the number of the month (1 - Jan, 2 - Feb, etc.) When the screen loads the table displays the months in the right order but if I click t...
asked by 20.12.2018 / 13:45
1
answer

How to mark a specific item in a CheckBoxList with jquery

I have seen several examples of how to mark and unmark all, but I have not seen how to mark a specific, see: <asp:CheckBoxList ID="ChkAcoesListarGrupo" runat="server" RepeatDirection="Horizontal" Width="100%" >...
asked by 21.12.2018 / 13:57