Questions tagged as 'html'

1
answer

How to make images take up 100% of the browser

I would like to know how I can have a 'Gallery' like this: (HTML and CSS) link (In the OUR WOKS area) I wanted it to be the same regardless of the resolution or zoom (same as the example), that the gallery is always occupying 100% of the...
asked by 26.07.2014 / 19:32
2
answers

How to force the "change" event of an input select, even without choosing another value?

There are two problems: 1 - When loading an input select I tried to use a trigger to force the change, but it did not work. 2 - I have 2 selects. When I actually change the value of the first one, the change event is called and "hides" val...
asked by 22.05.2014 / 20:22
1
answer

Button that expands on hover with CSS Transition

I'm trying to make a button, which does not% expand, and show the rest of the button. Here is an example of what I want to do (the button is a simple hover ): h2:before { content: 'Testando'; font-family: Arial; background-color...
asked by 15.05.2014 / 04:27
1
answer

Error 500 in Asp.Net Library Awesome

I found browsing this library ASP.net Awesome . I found it to be very functional and easy to use. According to the documentation for using a helper named Lookup , you must have a controller and call the helper in csht...
asked by 19.05.2014 / 01:48
1
answer

Add Chip from materialize if user forgets to click enter

I have a registration screen that has a tags field. As it fills in and press enter, it looks like this: Let'ssayhesignedupbutforgottoenterenterintoatag,forexample: This tag will be lost, when it clicks edit this register will only have...
asked by 12.12.2018 / 14:01
1
answer

Generate dynamic id in html and get with JQuery

I have a table in HTML that receives the values coming from the database. Each line of the table, when clicking on the icon I need to pick up the values of this line and when opening the modal show this information in modal. My table: WhenIc...
asked by 12.12.2018 / 16:45
1
answer

How to edit HTML in a WYSIWYG editor (TinyMCE) and save in the database?

I currently have a blog about programming created by me and I'm using the TinyMCE editor to create the content. I specifically use TinyMCE because it has a free plugin for image upload, which makes it much easier to create postings with images,...
asked by 15.02.2016 / 14:35
3
answers

Refresh the page when closing popup

How can I refresh a page after closing a popup? After the user opens the popup, I give a series of options that change the page where the user opened the popup and need that updated page after the user closes the popup. How can I do it?     
asked by 24.02.2016 / 01:19
2
answers

Simple jquey chat with html database - How to send form by pressing the enter key

I'm trying to minimize to the maximum how very small I'll post my whole code, I came across a problem the code is working perfectly, but when I click on the send button it works, I'd like to know how to make it work by pressing the enter key or...
asked by 07.02.2016 / 00:23
2
answers

Disable part of the form by JQuery

I do not have much experience with JQuery and Ajax. I am developing a form that when selecting the Radio Button to send anonymous information, it should make invisible the part of the form that is referring to the address. I'm using HTML5,...
asked by 25.03.2014 / 14:39