Search results for: header

Toggle switch pricing tabel

$( document ).ready(function() { $('.group-two').hide(); $('.change-price').on('click', function() { $('.group-one, .group-two').toggle(); } ); });

om-nextjs14-layout.tsx

import '@/app/ui/global.css'; import {RouteChangeListener} from '@/app/route-change-listener.tsx'; export default function RootLayout({ children, }: { children: React.ReactNode; })…

Remove the Arrows on the Numbers Field

Removes the arrows inside the Numbers form field.

70+

Tasty Recipes - Change star rating size and spacing

Use this code example to change the star rating size and spacing inside the recipe card

<10

JavaScript

document.getElementById('chat-form').addEventListener('submit', async function(e) { e.preventDefault(); // Captura el texto del usuario const userInput = document.getElementById('user-input').value; //…

Adding a Background Image to Your Forms

With this snippet, it follows the tutorial listed inside the Adding a Background Image to Your…

100+

Newsletter signup

Get your readers to sign up for your newsletters seamlessly, in a single click

om-vue.js

// Using Vue Router. import Vue from 'vue'; import Router from 'vue-router'; Vue.use(Router); const router =…

Style Placeholder Text

Styles the placeholder text that appears inside form fields. The colors in this CSS are defined…

200+

Change rating tooltip colors

Use this CSS to change the default colors for the rating tooltip.

<10
1 18 19 20 21