Questions tagged as 'jquery'

1
answer

Calling a Class via javascript / Jquery

Is it possible to load a specific method from an ajax? Let me give you an example: var actions = { options : { action : "newPost" , dados : { title : "Novo Post" , content : "...
asked by 17.11.2014 / 12:26
2
answers

jQuery Flipster "Uncaught TypeError: undefined is not a function"

I'm using the jQuery Flipster plugin and it's giving the error "Uncaught TypeError: undefined is not a function" Follow the HTML: <input name="carvar" id="carvar" type="text"> <div id="Main-Content"> <div class="Container">...
asked by 05.11.2014 / 00:04
2
answers

Lightbox does not cover full screen

When I open the image in lightbox, and I scroll down the page, it looks like this: Cananyonehelpme?Mycodeisasfollows:html:<divclass="mtlsr-images-for-lightbox"> <ul> <li> <a href="images/1.jpg">...
asked by 13.07.2015 / 16:30
1
answer

How to increase height as scroll scrolls the page but not decrease with scroll up?

I'm in a single page project, and I need a div that increases as I go down the page, but when it goes up it can not go down, it has to stay still, the size it was until it went down again. I'm using JQuery with the following code: HTML: <...
asked by 25.08.2014 / 16:21
1
answer

Show Featured Image with crop in index.php

I am programming this link link and I need to solve this structure since 1 in every 4 squares has a picture that is practically doubled the size of the other images. I know more or less the solution, I do not know how to program to get the...
asked by 01.09.2014 / 01:06
1
answer

How to get the selected row in jquery datatables

I have my grid: $.fn.dataTable.ext.legacy.ajax = true; var grid = $("#gridGrupo").dataTable({ "language": { "url": "/Scripts/Libs/DataTables/ptBr.txt" }, "processing": true, "serverSide": tru...
asked by 26.08.2014 / 19:17
2
answers

jQuery animation before submitting the form

I have this code, the animation happens but the redirect to the next page ( work.php ) does not. That is, you are not entering the if (isset($_POST... condition. If I comment on the piece of code responsible for the animation the...
asked by 27.08.2014 / 10:52
1
answer

Send data to fomulario by Dialog

Dear, I've set the code to display a table in a dialog, but I would like to click on the icon to send the field name of the table to an input field of my form. Another detail, my dialog has a title that should be displayed as it is called, but t...
asked by 09.09.2014 / 15:04
0
answers

Autocomplete in a cell of a table

I'm having trouble adapting this autocomplete example to my table. I want to put autocomplete in the designation cell. What happens is this: HTML TABLE <table class="table table-striped table-bordered" id="vendaTabela" width="100%" &...
asked by 03.03.2015 / 17:14
1
answer

Function does not continue after second execution in same class

Well, I've been developing a kind of content slider that swaps content from a certain div ('.item .frase-test') to the content of the next item in the order of <span> . I was able to do everything I needed to be done so far...
asked by 03.03.2015 / 19:53