Questions tagged as 'jquery'

1
answer

How to make a Modal Portfolio appear from left to right?

Modal Portfolio, example: link I want to modify the animation of the Modal Portfolio (bootstrap). I want it to appear from left to right similar to this: link How can I do this? HTML: <li><a href="#portfolioModal1" cla...
asked by 14.12.2015 / 19:15
2
answers

CSS3 Responsive Menu Dropdown are not working!

Well, I want to use this menu here link It does not work in blogger link and I have tried in several different templates as well. I downloaded the file and it worked perfectly ... So I thought the problem would be in the blogger .. the...
asked by 12.03.2016 / 12:15
2
answers

Multiplying input creator by for

I have this script where I created it to appear all the records contained in the database where all products with the same category appear (show name and value) and the client clicks the desired quantity and the value appears when clicking th...
asked by 15.03.2016 / 21:00
2
answers

Including external .js files

Well, I have a .js file in mydomain.com/file.js (example). This file contains functions that send requests via Ajax to another file, data.php (search and return in json), which is in the same folder as the hosting of the .js file. The idea is to...
asked by 04.03.2016 / 02:15
1
answer

How to reuse HTML menus in other pages

I'm new to the front end and would like to know how I can write the menu once and reuse on the other pages? I have read some posts but could not implement it in my code. Example; I have a menu of the main page and I want to reuse on all the o...
asked by 22.03.2016 / 13:37
1
answer

How do I get the ID of the DropDownList and pass it to a variable in jQuery?

I have the following DropDownList: <div class="editor-field"> @Html.DropDownList("ProdutoId", String.Empty) </div> And this jQuery function that when the user presses the button will pick up the selected valu...
asked by 06.11.2015 / 19:44
1
answer

Select element by part of attribute contained in it

I have an element, for example: <div class="teste" data-info="isflaolatesteum"></div> And to select it, you could do it as follows: $(".teste[data-info='isflaolatesteum']")... However, I want to select this element through...
asked by 04.11.2015 / 23:59
1
answer

Jquery - Events of mouse vs Z-Index

I have the following problem: I created a div and inside it there is a second div with a text. <div class="red"> <div class="blue">OK</div> </div> The parent div has received an event to display message when the...
asked by 08.11.2015 / 23:27
1
answer

Configure stable's sZeroRecord parameter but no pagination

I'm using the DataTable function: "oLanguage": { "sZeroRecords": "Não há registros para mostrar" } }); But on my screen appears the export buttons, pagination without me having configured these opt...
asked by 16.11.2015 / 20:29
2
answers

I can not print the values of my Array.

I am not able to print the values added to my Array in the Console. The Console response is empty as if it had not added the values to the Array. Below is the code and XML Document. Code Block: $(document).ready(function(){...
asked by 20.11.2015 / 15:30