Questions tagged as 'jquery'

2
answers

How do I add legacy classes to the addClass

How can I add these classes? .error textarea { border-color: red; border-width: 5px; } .error .counter { color: red; } to the addclass method, I'm trying this but it does not work for me $("textarea").addClass("error textarea") $(...
asked by 13.09.2017 / 15:13
0
answers

Paginated table with ajax

I'm using laravel 5.4. In my table I bring the forms that the users completed. It looks like this I use a select, to be able to bring in a json and complete the table select: <select id="myselect" class="selectpicker" data-show...
asked by 27.09.2017 / 19:36
0
answers

Error in my modal

good morning The error is when loading the window takes a long time to load and when it loads, loads many at once. _show.html.erb <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" ar...
asked by 12.09.2017 / 15:07
0
answers

Click on control within iframe with Jquery or JavaScript

I have a iframe within my page, what happens is that within this iframe (web page of another domain), to access some functions you must create your session and log in, until there is no mess, the problem occurs when a user leaves t...
asked by 12.09.2017 / 13:41
2
answers

Doubt about my javascript linked with html

Good morning everyone, I'm trying to make a menu which when clicking the "label" label changes the src of the image to another one by way of "check", I explain: My intention is that when I click the icon illuminates me, and when clicking the...
asked by 12.09.2017 / 10:03
0
answers

Problem with transation when using AddClass and RemoveClass

Hi, I'm using jQuery so that when I do scroll a menu container decrease its heigth , width and hide the title. It works, but it does not make the transition that I have in CSS ... HTML: <ul id=list-menu> <div class="...
asked by 12.09.2017 / 19:30
1
answer

Help With the placeHolder and label Float

I have the following form: As you can see they have the PlaceHolder property, besides this I also add a Floating label, which what makes the I choose the TextBox is placed as a title, as seen in the following Image: So far so g...
asked by 20.09.2017 / 02:47
1
answer

Help With the placeHolder and label Float

I have the following form: As you can see they have the PlaceHolder property, besides this I also add a Floating label, which what makes the I choose the TextBox is placed as a title, as seen in the following Image: So far so g...
asked by 20.09.2017 / 02:47
0
answers

How to obtain the functions associated to an event of an element with jquery?

Good morning, the query is simple but I can not get to a more direct method to get the functions associated with an element, Suppose we have a button label and the click event we associate the greeting function, it would be something like thi...
asked by 28.09.2017 / 15:15
0
answers

Problem with datetimepicker of bootstrap 3

Good evening, I currently have a problem showing the calendar with datetimepicker of bootstrap 3. It turns out that I highlighted the current date in yellow and a date of a next day in blue. I would like the blue color to be on the current date...
asked by 16.11.2017 / 02:21