Questions tagged as 'jquery'

0
answers

Triple Dynamic Combo

Good afternoon, Next, I'm doing a dynamic combo with three selects where I have offensive area, status, and substatus. I pull the offending area and it pulls the cute status. This script was an adaptation of one I found in google, so I wanted...
asked by 09.05.2016 / 17:19
1
answer

Problem with switchery library

I put this switchery library in my project, I can capture the change event of the checkbox, but do not make it disappear if it goes back unchecked. $('.js-switch-small').on('click',function() { var ted = $(this); var id = ted...
asked by 25.03.2016 / 23:28
2
answers

Open different DIVs through links

Hello, I have the following SCRIPT below. It opens the DIV that is with display: none; but I will have a list of links to open new DIV's and I do not want to be creating new functions to open each DIV. How could I solve this? HTML <...
asked by 24.03.2016 / 20:08
1
answer

How to create more organized codes?

I already have some time to develop with jquery and I can already create anything that I intend to do with the language. But something has been bothering me for some time, it's the organization of the code in JQUERY I always start the code...
asked by 21.05.2016 / 15:39
0
answers

Problem with label on charts in ChartJS

I'm using ChartJs and StackedBar to create some charts, but ChartJs does not have the option to put their values on top of the bars, so I've implemented the following solution: onAnimationComplete: function() { var ctx = this.chart...
asked by 11.04.2016 / 22:07
1
answer

send to another page after AJAX

After AJAX was done I wanted to give the "success" message opened a new tab. AJAX: $.post('registo-entrada.php',{ id_ficha:id_ficha, equip_ficha:equip_ficha, pw_ficha:pw_ficha,...
asked by 13.05.2016 / 18:04
0
answers

How do I run javascript that shows div depending on the select option in Joomla?

I have a javascript code that reveals the contents of a div variant the selection made in a drop down menu. This code works perfectly in HTml, however when trying to implement a Joomla 3.0 site, it does not work. Inside the joomla php I have...
asked by 14.05.2016 / 18:15
0
answers

Searching for PHP data by Ajax

I have a Ajax script here that its function is as follows. I have a news system, which when clicking on the title will open a modal and display the data of the news (title, text, author) .. however I do not know what to put in PHP .. This is...
asked by 14.05.2016 / 18:29
2
answers

Anchor for Bootstrap tabs

Hello, I am doing a question and answer panel, in which I use the bootstrap tabs to better organize the questions. I wanted every time the user answered a question, jumped to the next one, but I can not do that as an anchor, I searched the inter...
asked by 13.05.2016 / 22:12
1
answer

How to run onChange in checkbox "masquerading"

In a template, the following structure is automatically generated and $(".checkbox-newsletter").change(function() { alert('oi'); }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>...
asked by 03.05.2016 / 21:04