Questions tagged as 'jquery'

1
answer

Change number of slides in jQuery Carousel owl 2

I wish there were 3 slides, not 5, but I'm having a hard time putting it. I can not move the source code of the framework because everything is lying down, making it difficult. <div class="owl-carousel owl-theme"> <d...
asked by 19.07.2017 / 01:28
0
answers

Register dates from the calendar

I'm trying to make a recurrence record of dates for an event, I have this calendar: link I wanted to be able to click on each date, preferably from the one who is creating the event, since it would select multiple dates, to make a recurrenc...
asked by 18.07.2017 / 17:17
1
answer

Detect slide position in JQuery SLY plugin

Hello. I would like to know how I detect the current position of a slide using the Sly plugin. The type I use is 'oneperframe'. I do not have much knowledge of jquery, and even less with this plugin. I visited link but it was not very didac...
asked by 18.07.2017 / 17:19
1
answer

Uploading images with TinyMCE

How do I select the local image of the computer and upload it to my server which should return the URL of the image in TinyMCE and thus generate the <img> tag with the src containing the URL of the image on the server? I was...
asked by 11.07.2017 / 01:11
2
answers

Prevent the user from stretching the event to other days

How do I prevent the user from stretching the event for other days without interfering with date editing? $('#calendario').fullCalendar({ editable: true, // continuar editável! eventLimit: true, event...
asked by 02.07.2017 / 13:13
1
answer

Uncheck other checkboxes when selecting one

Hello, I have three checkboxes in my form and would like me to select one the other two were unmarked. I tried to use some examples I found here but it did not work as expected. Here is the HTML code and Script I tried to use. Thanks to anyone w...
asked by 10.08.2016 / 20:59
2
answers

Insert jquery cycle 2 in wordpress

<!--cycle6--> <?php wp_enqueue_script('jquery.cycle.all.js', '/wp-content/themes/powerclub-lite/js/jquery.cycle2.js', array('jquery')); wp_enqueue_script('jquery.cycle2.flip.js', '/wp-content/themes/powerclub-lite/js/jquery.c...
asked by 30.06.2017 / 01:46
0
answers

PHP does not display array data!

Friends, good night. In my code, I submit the following: function cadastrar(){ var t = 0; var nome = $$("#nome").val(); var cpf = $$("#cpf").val(); var tel = $$("#telefone").val(); var end = $$("#endereco").val(); var m...
asked by 01.07.2017 / 23:21
1
answer

Format monetary fields

I have a field that contains a mask: ButIneedittocomeback,soitlookslikethis:1212.12Itriedthecodebelow,butitdidnotwork:HTML<inputtype="text" name="Valor" id="valor"> JQuery var nValor = $("#valor").val().split('R$'); var novo = n...
asked by 01.07.2017 / 18:28
0
answers

jquery ajax issues

I have a problem that is as follows: In my system I have a combo that serves as a parameter to load (via ajax) a second combo, this works normally. Then, when clicking on an item in a table, the first combo is updated and based on the sele...
asked by 26.06.2017 / 05:05