Situation
I have a navbar on my site, and in it I have several dropdown / megamenus menus.
I need when clicking this dropdown, the user has the option to "scroll" the page up and down with the arrow keys.
With the mouse scroll this alrea...
I'm trying to change the appearance of the 'dialog' widget of jquery-ui, and so far I have the following css code for this:
.ui-dialog {
position: fixed;
z-index: 1050;
display: none;
overflow: auto;
overflow-y: scroll;
-webkit-ove...
I'm creating a menu of users, it gets on a page the part that is embedded in other pages like index and home for example. It takes on the role of a widget that is only shown if there is session (user logged in) however it is shown with jQuery's...
How to display the "Update Your Browser" warning when the user's browser does not support HTML5 tags or CSS3 properties?
An initiative that encourages this is the link site, but they do provide a script for it.
Would it be possible to...
I'd like to know how the effect of revealing items is made when the scroll of the page reaches the element, example of that site: link
The effect is in the blocks with images, which appear as you scroll down.
The idea of this code is that after the items are dragged and dropped in the field, they change the disable = true property to disable = false. Does anyone know how to do this?
<style type="text/css"> *{
margin: 0px;
b...
I'm using the plugin from jquery.cloneya which is a plugin to clone forms that were already included in an template of an admin panel I am using. I did not quite understand how to use the hook of this plugin to increment the...
I have a field of type <select> / <option> that when the user selects a value I call a function to populate another <select> , type the state and city combos, this is working, and hence the user click on a b...
I'm using Vue in an application where I have a list of items and a button to add more items.
When you click add I load an external html with a component:
<div class="gutters-8 col-lg-6">
<div class="form-group combined-inputs...