Questions tagged as 'jquery'

2
answers

Render html with angular attributes from the angle controller

I'm currently trying to render an html from a method in the angle handler like this: me.func1 = function (codDep) { var str = ''; angular.element(document.querySelector('#ligas')).remove(); str += '<div id="ligas">';...
asked by 19.01.2017 / 17:40
1
answer

Problem with autocomplete jQueriUI this.source is not a function

I have a problem applying the autocomplete module of jQueryUI . It sends me an error saying "this.source is not a function". I'm working with jQuery and AngularJS . I'm using JQuery 2.1.4 , JQueryUI 1.11.2 and Angular 1.3 Here I le...
asked by 11.01.2017 / 20:38
3
answers

Problem to add class in second click to DIV

I'm new to this and it's my first message, I hope to do it right. I have a DIV with a white background which when you click on it, its background changes color to red, besides a message appears asking the user what action he wants to perform....
asked by 17.03.2017 / 04:03
1
answer

Jquery does not work in laravel 5.3

I have a problem with my Jquery in laravel, I have it in the Public folder and I have it with the following code in my main Template as follows: <script src="{{asset('js/jquery-3.1.1.js')}}"></script> <script src="{{asset('js/bo...
asked by 29.12.2016 / 15:18
1
answer

Does not refresh Datepicker when using beforeShowDay

Good morning. I am using Jquery UI datepicker as follows: $(document).ready(function(){ initComponent(); }); var j = 0; function checkDate(date) { j++; if (j>5 && j<10) { return [true, 'event','']; }...
asked by 16.01.2017 / 11:28
2
answers

How can I create a swipe menu with jquery that opens from below

I'm looking for a menu in Jquery that can open and close with sliding up and down and tried several examples but I can not find what I'm looking for I leave some pictures in case you can help me:     
asked by 22.12.2016 / 19:16
0
answers

$ (...) .markdown is not a function

I have a problem in the compilation of mardown bootstrap editor when adapting it in angular js with a directive function markdownEditor() { 'ngInject'; return { restrict: 'A', require: 'ngModel', link: function(scope, element...
asked by 05.01.2017 / 11:50
1
answer

Load one informational message after another after x seconds

I have a part of my code that I would like to modify. I'm sending to print  and I show a message, what I want to do is that after 5 seconds show me another informative message and, after 3 more seconds, disappear and follow the flow of the progr...
asked by 16.01.2017 / 16:20
1
answer

What is the correct function of a Pre-loader?

I've been looking for how to do them in several pages, but in all the ones I've found I see that they use a specific time in which the pre-loader will appear, and my question is if the function of the preloader is to appear for a specific tim...
asked by 26.12.2016 / 02:23
1
answer

Calling a PageMethod with ajax from a WebForm within an mvc project

I would like to know why this "404 (Not Found)" error is flagging me when I try to call a WebMethod with ajax from a WebForm or aspx, now the detail is that the webform is inside a Mvc project I do not know if it has something to do I leave t...
asked by 26.12.2016 / 17:36