Questions tagged as 'jquery'

0
answers

How can I use "{$ link-getImageLink ($ product-link_rewrite," + imahov + "," small_default ")}" as a string in jquery?

I think the problem is the bracket { that can not be taken as text Try using this feature: $('.attribute_list li a img').on('mouseover', function () { var imahov = $(this).attr("alt"); $("a.jqzoom img").attr("src", "{$link->getIm...
asked by 06.12.2018 / 20:09
0
answers

Call ionic function from jquery

I have a question I do not know if it is possible ... I want it I want to do it since jquery I have some variables that I want to send to an ionic 3 function, I do not know how to do it ... I hope you can help me     
asked by 05.12.2018 / 17:09
1
answer

How can I validate a time type field with this code?

What I need is to modify this script so that it takes the value of a time input from which I must take the time and validate it with mysql and show the user a div that says it is available or that the time is not available selected $(documen...
asked by 05.12.2018 / 18:07
2
answers

Class css is not applied when there is an input in focus with jquery

I have an input I am using bootstrap 3 for css <form> <div class="row"> <div class="form-group col-md-6"> <label>Número de Filas:</label> <input type="text" id="no_filasVal" class="form-control">...
asked by 05.12.2018 / 20:33
0
answers

pass several files to a laravale form

I have this method in which when I touch the file checks, all the files that are checked are displayed in my select public function mostrar(Request $request){ $clients = DB::table('clientes')->select('id','nombre')->where('pais', $...
asked by 04.12.2018 / 14:46
1
answer

Help with multiple select2

I have a reservation form, in which I was asked by a client to make several reservations on an invoice, I thought of using select2 with the multiple option to add several rooms in an easy and friendly way, but, there is always a but, When I add...
asked by 05.12.2018 / 03:36
2
answers

From Jquery to Javascript

I would like to know how is this Jquery code to Javascript $(document).ready(function(){ $('#nav-icon').click(function(){ $(this).toggleClass('open'); $(".overlay").toggleClass("open"); $(".overlay a").toggleClass("open");...
asked by 03.12.2018 / 22:34
0
answers

refresh parent page

Good morning everyone, I have an html page, which opens a new tab with a target = '_blank'. Is there a way that when you finish performing operations in the new tab you close it alone, and also refresh the page that contains your link? Not...
asked by 04.12.2018 / 22:01
1
answer

Show Notification with toastr.js in file where it will be redirected after success

I have the following concern. I have a form that is sent through ajax and validated before its submission with formvalidation. Everything works fine, but I need the notification to be shown in the file where it will be redirected after the ajax...
asked by 04.12.2018 / 19:04
0
answers

jquery validate Uncaught TypeError: $ (...) .validate is not a function

Here I try it and it works well. $( document ).ready(function() { var validator = $( "#form-crear" ).validate(); validator.form(); console.log(validator); }); <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquer...
asked by 03.12.2018 / 15:21