Dear colleagues,
I'm developing a PHP program with zend Framework2. In this program I have to generate a stylized PDF containing the header, body and footer (I'm using DOMPDF).
The basic structure of the three div's are already up and running...
I would like to have an idea how I can make a type of SLIDE now with user interaction.
I can not find something on the internet to build on, and I have no idea how to do it!
In the code I have a class slide1 that makes onclic...
I'm using the plugin Froala in a textarea , like this:
<textarea name="fDescription" class="form-control" rows="4"></textarea>
Then activating the plugin with jQuery:
$(document).ready(function () {
$('t...
I'm developing a comics style layout and wanted help to create a svg.
In case the last comic is similar to the photo placed of DC commics.
Someone help me create this last part.
.trapezio {
stroke:black;
stroke-widt...
Hello
I have a loop (ng-repeat) in my html file and would like to save the index of it in a variable to be able to pass parameter to a function.
Does anyone have an idea how I can do this?
Follow the code in View:
<div class="lista...
I have a list that when I click on an item it receives a focus and a div with information appears. One of this information has a link but when I click on it, my div closes and does not open the page.
Follow the code ...
Full HTML:
<ht...
I have the following code.
<html>
<table>
<td>..texto..</td>
</table>
</html>
I would like that when I click on the text of this td I will upload a balloon on the page and show me all content t...
I am having difficulty authenticating through the Json Web Token token (JWT) in the Laravel framework, I have been using the framework recently and have come across the following error.
Whoops, looks like something went wrong.
1/1
ErrorEx...
Sirs,
I'm working with tabs in Jquery. I have a page called server_server.php where I insert it into the database of as many servers as I want. I need that after clicking the next button the amount of page flaps is the same as the amount of r...