Web Developer from Portugal
(Profile Icon made by Freepik from flaticon.com)
- Lisbon, Portugal
- https://marcosrego.com/
Pinned Loading
-
mr-utils
mr-utils PublicUtility classes and functions used by Mr.Dev.'s plugins, that you can also use on different environments.
JavaScript
-
flipbook-block
flipbook-block PublicSimple Wordpress block that shows a PDF from your Media in a Flip Book, for your visitors to turn the pages.
Java
-
mrdev-theme
mrdev-theme PublicMr.Dev. gives you a boilerplate theme for Blocks Full Site Editor and optionally for Mr.Dev's Framework.
PHP
-
mrdev-widget
mrdev-widget PublicA Wordpress widget to display content with many customizable layouts and options.
PHP
-
A simple CSS-only trick, for touch-d...
A simple CSS-only trick, for touch-devices to open a link only on double-tap. This can be useful for dropdown menus. 1/*
2On this example, ".menu-item-has-children" is a class from the parent element of the link.
3(This class comes from a Wordpress Navigation Menu widget, that I made dropdown and togglable using only css.)
4*/
5.menu-item-has-children {
-
Full simplified code on how to trans...
Full simplified code on how to transform a HTML5 datalist to style. Similar to how I did on my front-end toolkit called Mr.Utils. 1function mrSearch(t, e) {
2//t = Datalist
3//e = Input with list attribute
4let mrSearchChildren = t.children;
5if (mrSearchChildren) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.