Questions tagged as 'jquery'

0
answers

Use a variable from php in a js file

I have the following problem I have a variable that contains the path of an image in the database I need to send this variable with the path to a js file, but until I found several scripts with examples of how to bring this variable the problem...
asked by 16.01.2018 / 22:57
0
answers

DataTables count per group

Has anyone managed to do a row count per group with dataTables? Considering this structure: $('#tabela').DataTable({ "lengthChange":false, "pageLength": 500, "filter":true, "responsive":true,...
asked by 23.01.2018 / 19:22
0
answers

How to add more lines to the flexslider carousel?

Look at the example below, it is displaying 3 items per slide, I would like to know if you have any flexslider functions or some other way that adds more lines to it, leaving it with 3 rows of 3 items, displaying a total of 9 items per slide....
asked by 24.01.2018 / 17:25
0
answers

jQuery validate does not work in modal

I have a modal with a form. I used this plugin to create the modal: link I also use jquery validate. It works on all forms of my site. But in the form that is within my modal it does not work. Does anyone have any ideas? HTML:...
asked by 17.01.2018 / 12:40
1
answer

Replace image (logo in the upper left corner of the page) with a second logo (edited) Scroll

Good afternoon! I need to have the logo replaced when scrolling through the page on my site by the scroll bar or mouse scroll. My logo is inserted into the page via a class in bootstrap.css Following: .logo1{ background: url(../img/logo...
asked by 16.01.2018 / 17:28
0
answers

How to change Menu class in each session of a site onepage?

I have the following problem: - I need to add a new class in a DIV with the menu, in each session of a onepage site. Ex Session 1 - .menu Session 2 - menu-2 Session 3 - menu-3 So when I scroll down or through the anchor link you...
asked by 15.01.2018 / 15:02
0
answers

How to render Fusioncharts in a popover?

I wanted to render a fusionchart chart into a bootstrap pop-up, but I have no idea how to do it. I'm a beginner, I'm learning to tinker with PHP and HTML now, so I need some help. In highcharts they gave the answer, but I could not adapt to t...
asked by 15.01.2018 / 14:13
1
answer

How to use different javascript libraries on one page?

I'm using a full screen slider on a page I'm creating, this slide uses the following JavaScript styles and functions jQuery 3.2.1 : var TIMEOUT = 6000; var interval = setInterval(handleNext, TIMEOUT); function handleNext() { var $rad...
asked by 14.01.2018 / 16:36
0
answers

As you fill in the fields, the data automatically appears in a div

It is as follows. I have a form where it contains: Name, Age, Gender and City. I would like the user as he completes this form, the data appear in another div automatically. The same thing that happens here, when typed, the data you enter appear...
asked by 14.01.2018 / 11:56
0
answers

problem with sortable jquery

Personal I have a page that has two objects that I want to use sortable, one works but the other does not. Why? $( ".topic_itens" ).sortable({ cursor: 'move', revert: true, handle: '.move_item', items: '.topic_item', co...
asked by 13.01.2018 / 21:10