Questions tagged as 'jquery'

1
answer

How to "crop / slice" image layout with HTML and CSS?

I have doubts on how to assemble the layout below with HTML / CSS: I have not implemented anything yet, because I have no idea how to do it. Any suggestions? Thank you!     
asked by 10.08.2015 / 18:16
1
answer

Turn grids into carousel (slider)

I would like to know if it is possible to make a group of cols-* stay as carouel / slider only when less than 750px. First of all, for those who do not understand bootstrap, both grids and carousel are native parts of the bootstrap, so...
asked by 23.12.2015 / 22:53
1
answer

TinyMCE - How do you make it the required field?

I'm using a TextArea field with TinyMCE for text posting and would like to know if some validation can be added so it does not accept blank values. I have tried to add required of HTML5 , but when I try to send the...
asked by 19.12.2015 / 14:03
1
answer

Display input based on the option of a select

I want to display a input based on the option that I choose through a select . If I select 1 it shows input 1 , if I select 2 it shows 2 but gives hide() no 1 . Currently the code lo...
asked by 26.11.2015 / 21:38
2
answers

Destroy multiple sliders at once

I want to destroy all my sliders when the page hits the size of 768px. For this I made this code below: if($(window).width() >= 768){ $(".owl-carousel-linhas").data('owlCarousel').destroy(); } I have several sliders on my page like...
asked by 16.06.2015 / 16:32
1
answer

How to call a function after the user release the mouse click?

On a page there is an element that the user can drag with the mouse, I would like to call a function after the user drops this element (when they release the mouse click). How to do this without reference to the element, just recognizing that th...
asked by 29.07.2015 / 23:29
1
answer

Increase font of content written in input

Hello, I'm new to Java Web programming, I'm developing an application in which I want to write an input word, I want to select that word and increase that font, how can I do that? I'm in doubt: / My select where to select which font: <s...
asked by 16.06.2015 / 16:40
2
answers

Loading page with Jquery

Good afternoon, friends, I was doing the following process to display my page when I fully loaded it: <script> $(document).ready(function(){ $('.carregado').addClass( 'bye-bye' ).hide('done'); }); </script...
asked by 07.08.2015 / 21:00
1
answer

Upload page via load with problem

I want to load a page inside a div via load by passing a variable that will define the content of the page to be loaded. My code: index.php <!DOCTYPE html> <html> <head> <script type="text/javascript" src="//ajax...
asked by 06.08.2015 / 18:34
1
answer

Search does not work on Jquery Modal Screen

We have a search screen that works like this: There is a main screen. In it a button calls the search screen. This screen loads into a IFrame that is within a Modal jquery-ui(Dialog) . In this screen (search) I select some filters a...
asked by 06.08.2015 / 19:53