Questions tagged as 'jquery'

1
answer

How to attach continuity arrows to a jerry carrousel?

Good day, how could I put continuity arrows to this plugin? Menu Slide "since I'm going to place 15 items in the list and would like to see those that are possible within the given width of a screen. THANKS     
asked by 21.02.2017 / 21:23
0
answers

Copy files from a server to a PC Xampp

I have a carusel of images and videos that come from a request in JQuery and are hosted on a shared xXmpp server on the LAN My problem is when the link is far away, the video is lost and I was wondering if there is any way to copy the files t...
asked by 15.02.2017 / 17:06
1
answer

Error 500 (Internal Server Error) with PHP AJAX | Contact Form

I have created a contact form and every time I give it to send with all the fields filled , the following error appears: HTML <form id="contact-form" method="POST" action=""> <input type="text" id="form-name" name="for...
asked by 15.02.2017 / 20:32
0
answers

How to upload images to a slider with ajax jquery while uploading other images to the database at the same time?

Some idea of how to upload images in a slider with Ajax jQuery making several requests to the Database (I'm going to use the .Net Web API and the requests to the database will be done every 2 minutes) when at the same time from another client ar...
asked by 29.01.2017 / 00:42
2
answers

Datepicker bootstrap in Python (Django)

The basic implementation of the Bootstrap Datepicker works correctly, what does not work is the datesDisabled (deactivate dates): My forms.py: class BookForm(forms.ModelForm): class Meta: dateTimeOptions = { 'format': 'dd/mm/...
asked by 28.01.2017 / 20:23
1
answer

as samples my data without the labels I keep tinymce?

I have a small problem, what happens is that I'm doing a forum in laravel, and where they are supposed to put the description or code integrated e tinymce for it, to save the data in the DB is not the problem, what I'm doing is making a select i...
asked by 02.02.2017 / 20:50
1
answer

Get the id of a query in jquery Api Rest

I have this jquery script that brings a json hosted in a rest api $( document ).ready(function() { $.ajax({ url: "http://localhost/api_megacable/cable", data: "{}", dataType: "json", type: "GET", co...
asked by 02.02.2017 / 20:02
2
answers

Jquery-ui dialogs do not work

I have the following problem: I want to open a dialog of jquery-ui for which I have the following code: <div id="dialog-form" title="TEST DIALOG"> <h3>Prueba Dialogo</h3> <form action="" method="POST"><...
asked by 02.02.2017 / 17:04
3
answers

.slideDown () .slideUp () does not work jquery

I have the following code: $("#accion_stock_remove").click(function(){ if($("#accion_stock_remove").is(':checked')){ $("#stock_roto_yes").removeClass("hidden"); $("#stock_roto").slideDown("slow");...
asked by 01.02.2017 / 17:54
0
answers

Parallax & Slider materialize.css

I'm developing in front-end and I'm looking for a way to make a slider with parallax with the materialize framework but I could not, the effect is to make a slide of images but also using a parallax. If someone has used this framework, they will...
asked by 08.02.2017 / 13:40