Questions tagged as 'jquery'

2
answers

Problems removing parent () items with jquery

Good morning, gentlemen, I'm having a problem just removing one of the elements. I have a textarea that adds paragraphs, the problem is being at the time of deleting, I want btn to delete only the parent div from it and not from the others, a...
asked by 28.07.2015 / 15:02
2
answers

Placing control to advance and return in Slide Show

I would like to know how I can change the Slide Show script below so that it works with two action controls named Next and Previous and I need the Slide to only change the text if the user clicks one of the buttons to make the change of the Slid...
asked by 01.09.2015 / 16:30
2
answers

How do you know if the scroll position is on top of a section?

I do not know if it was clear, but I'll explain, I have several sections on my site, and when I scroll I wanted to do some Javascript effects, as I do to know when exactly the user will be viewing the div, as in Scroll Spy Boostrap? I tried the...
asked by 02.06.2017 / 14:23
1
answer

What is the purpose of the "ready ()" function?

In scripts written in jQuery I always come across a function that is the ready() function, as the first function to be executed, see an example illustration of it: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/j...
asked by 28.12.2016 / 18:47
3
answers

How to add a div or p within a table

Well I have a table that I set up with css. I need to add a note within a few lines, ie it will not be on all lines. The problem and I'm not getting it, I tried to post the doubt here in another way, but the solution was not very good. Goo...
asked by 07.02.2017 / 14:04
2
answers

What are the differences between the normal jQuery and the slim versions?

In the latest version of jQuery, 3.0, the slim version was announced. What are the differences of this slim version for the regular jQuery 3.0 version?     
asked by 15.12.2016 / 23:24
3
answers

How to check if any field of a specific class or type is empty?

By programming to record multiple data of the same type or even class within the database, I came across the need to check if any of these inputs would not be empty at the time of insertion. Since it is a form of registro de c...
asked by 05.10.2014 / 18:04
2
answers

Unusual way to use a function in jquery

This answer to a question brought something I did not know: a return with two pairs of brackets return[][] in a function, solving a problem in a simple but unknown way for me. The question asked for the return of the correct day...
asked by 15.12.2016 / 13:03
2
answers

Remove comma with jQuery

I have a part of a blog that is manageable. These are the TAGS. By default in the system, you tell the TAG in a specific field and it includes the blog. The code looks like this: <a href='blablabla' class='tags'>tagSYS, </a>...
asked by 23.05.2014 / 13:57
3
answers

Hover effect in JS

I have a problem that is as follows: I want the user to move the mouse on a certain image to another location and gain a class so that I can style it, can they help me? I'm trying this way: var $JQuery2 = jQuery.noConflict() $JQuery2(functi...
asked by 11.01.2018 / 18:44