Questions tagged as 'jquery'

1
answer

Progress bar with values to load a page [duplicated]

I would like to know how I make a progress bar WITH VALUES when entering a page, that is, not to upload an image but to show me the percentage of the entire page, of all the resources. a progress bar while loading the whole page An examp...
asked by 31.03.2017 / 00:11
1
answer

Error to apply event onmouse over on image [closed]

Hello, I need help to apply an effect of this web: When we pass the mouse over an image (bottle), the enlarged image appears on the left, see:  [ link I can not perform the effect on myweb when the mouse is hovered over an image and it comes...
asked by 10.05.2017 / 19:45
0
answers

JSON HTML Help

What am I doing wrong with the following code that is not displayed in HTML? When I modify it and the page is HTTP, it works perfect, but when using an HTTPS web, it does not show anything. <script type = "text/javascript" language = "j...
asked by 18.04.2017 / 21:55
0
answers

Display data in an HTML Table with the DataTables plugin

Greetings, I am trying to fill a table using the plutables datatables, with a query from my database the method has parameters, but the display stays that way. I will add the code of the view and the action of the controller. or if they have...
asked by 19.04.2017 / 01:11
1
answer

events play () and pause () Jquery

watching tutorials to practice perform xylophone (musical instrument) and create a couple of buttons that reproduce a rhythm with certain notes. My problem is that if I click one of the btn to play a rhythm and immediately I give another btn...
asked by 26.04.2017 / 20:11
1
answer

How to assign counter as part of the class name, which already have the Divs (Using php, Jquery)?

My problem is that I want to create several elements according to the amount that the While syllabus finds and assign the counter concatenated with the name of the CLASS that already has (THAT IS: ELEMENT); also assign the counter as an identifi...
asked by 10.03.2017 / 20:59
0
answers

The connections of the BD; Apparently they are CHOCKING?

I have the problem that is generated when creating the recent include that is called (include ("thSelect.php");), makes everything get griss Vomo in the photo function body(){ $varHtml ='<body class="centB">'; if...
asked by 11.03.2017 / 02:21
0
answers

How to delete div cloned inside another div

Ready and organize it, what I'm looking for is to remove or remove the domain that I'm searching in the field when I click on the same element that has the same identifier jQuery(document).ready(function() { $('#categoria')....
asked by 12.03.2017 / 02:52
0
answers

Chart.js Uncaught ReferenceError: require is not defined

I want to do some tests with the library chart.js, I add the library manually to my project (without using bower). I consulted this question in the English forum but currently there is not the dist folder in the download of github...
asked by 13.03.2017 / 10:18
1
answer

How to convert the data of ajax (DataTable) in a for cycle?

Normally I use ajax and in the .done I do a for for the data that I received to show them in the view of the following way: for (var i = data.length -1; i >= 0; i--) { var rowNode = table...
asked by 13.03.2017 / 15:11