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.
Tasty Recipes - Change star rating size and spacing
Use this code example to change the star rating size and spacing inside the recipe card
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…
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…
Change rating tooltip colors
Use this CSS to change the default colors for the rating tooltip.
Google Analytics
Tracking Script