Questions tagged as 'jquery'

1
answer

How to send a Javascript vector to php and display them?

I can create my javascript array and store the values inside an array called ArmazenaIds ArmazenaIds = new Array(); $('.checkboxs').each(function () { var estadoDoCheck = $(this).prop('checked'); if(estadoDoCheck ==...
asked by 19.11.2017 / 01:29
1
answer

Jquery does not work with the input loaded with Ajax

The jQuery function works normally but by including input ajax jQuery does not work for the input that has been included! I have the function: $('.alerta').on('input', function() { alert('Olá mundo!'); }) I have in...
asked by 10.11.2017 / 22:57
1
answer

error in full calendar

I have a complete calendar and when I change the language to Portuguese, it returns me this error. Uncaught TypeError: Can not read property 'defineLocale' of undefined $('#calendar').fullCalendar({ header: {...
asked by 14.11.2017 / 18:22
1
answer

Css in conditional (only with JQuery)

I'm trying to put the color inside the conditional, but I can not. PS: There are three different colors and it can only be done with JQuery. <script> var qtd; $(function () { $("#btn1").click(cadastrarDados); $("#...
asked by 22.10.2017 / 22:57
1
answer

List data in a table using ajax php and bootstrap

I am facing a series of problems and doubts with ajax! Have the following function that updates the data and list in a table: function atualiza(){ $.ajax({ dataType: 'json', url: 'ge...
asked by 26.10.2017 / 02:01
1
answer

JavaScript - Error loading new popover

I have a page that contains mosaic of images with a button and when I click I open a popover. Until then okay, because this mosaic is generated by blade.php , of laravel 5. But I change the mosaic from the filters on the page itself and the pop...
asked by 24.10.2017 / 01:45
1
answer

Removing data from a div with JQuery

I need to remove the information that is inside one or remove the div from my web page with JQuery, I tried to use the code: $("#myid").html(""); and also $("#myid").remove(); None of the solutions worked, is there any other wa...
asked by 30.10.2017 / 05:58
1
answer

Problem with category and subcategory checkbox to display their respective products

I have a problem with jquery, I do not really have much practice with jquery, but I work with ajax and json to query the database and return data. Well I have a page that the client wants me to take from example: link , on the left side we h...
asked by 26.10.2017 / 16:11
1
answer

How to animate italic font

In my home site of the site I'm creating, it has the very large name of the person with a cursive font . I would like to know how to start the page , start an animation as if a person were typing the name. The name will be revealed, or co...
asked by 08.11.2017 / 17:13
1
answer

Animation move from right to left

I have this little animation in javascript, which makes my background move though, this has times that moves from right to left and has other times that moves from left to right. How would you always move from right to left. Code:...
asked by 18.04.2016 / 03:47