You could do a couple things.
Use JS toUpperCase()
to transform the text.
var upper = text.toUpperCase();
Or just use CSS to do it.
#yourID {
text-transform: uppercase;
}
Related Posts:
- Ajax add to cart not updating Elementor mini cart totals
- Running JavaScript after using WooCommerce Filter Plugin
- Format number to 2 decimal places
- Retrieve Woocommerce Cart Url with javascript/jquery [closed]
- Removing ‘woocommerce-no-js’ class from body
- How do I fix this “Uncaught ReferenceError: woodmartThemeModule is not defined”?
- WooCommerce custom SVG coloring tool [closed]
- List of JS events in the WooCommerce frontend
- Apply jquery script to only woocommerce product pages and categories
- Hide Add to Cart Button
- Change add to cart text if a product is in cart on WooCommerce
- Set a specific default stock quantity on all WooCommerce new products
- How to stop a Gutenberg Block from firing multiple GET Requests?
- How to implement Handling Fee like the Shipping on Cart and Checkout page on WooCommerce [closed]
- How to update the WooCommerce cart Icon to show new products added with JavaScript
- Update html tag class values based on Woocommerce product attribute dropdown selection [closed]
- “Cannot read property ‘replace’ of undefined” Javascript error when trying to add attribute terms from add product page [closed]
- Woocommerce checkout page reload on up dating shipping method
- Javascript / Ajax Error After Migrating To New Domain Name
- How can i stop woocommerce checkout event based on api request result?
- Modifying a .js Function for Print [QZ Tray, WooCommerce POS]
- adding a script with type=”module” to woocommerce admin area
- Woocommerce Moving Review Below add to cart breaks button
- In WooCommerce product archive, how can you also set the quantity to be added to cart by typing, instead of just by using +/-?
- jquery.validation.js is not working in woocommerce checkout page form
- WooCommerce Ajax Cart Update Stopped Working
- jQuery – Automatic event trigger does not **really** check my form
- Javascript error when adding an item to the cart [closed]
- WooCommerce event works in jQuery but not in JavaScript
- Add to cart – button should be disabled
- Using the WordPress and WooCommerce REST APIs in the same Node app
- Auto scroll to id on page load on all pages except home page. Only do this on mobile
- How to Remove Active css from woocommerce variation?
- Woocommerce variable product’s total amount by javascript
- Trying to run Javascript on AJAX call
- List of JS events in the WooCommerce frontend
- Dynamic product total add to cart amount
- Woocommerce Checkout Page Total Price Inside Google Pay Script
- How to add php variable inside wc_enqueue_js(‘jQuery’) function?
- Deregister dequeue JS scripts except on 1 product page
- woocommerce deposit Form with AJAX and shortcode won’t update but add to previous output
- How to make wocommerce shop products same heigt
- Can’t add Select2 to select in variable product (admin)
- AJAX to add to cart multiple products woocommerce
- Woocommerce Flexslider touch functionality on desktop not working
- currentURL is not defined
- How to echo a PHP code into WooCommerce variation product?
- How to insert link, with lightbox, that opens specific page content only
- Notify user we would like them to clear their cookie. Provide a working button to clear cookies for user
- Add specific phrase after every product title including the discounted price? [closed]
- Woocommerce custom product with JS script, can’t understand how it works [closed]
- Loading specific ajax from a product
- Retrive the value of the Active variation of the product and then link it to the “read more” to dynamically change
- How to add icon to WooCommerce add to cart button
- Update a server-side render Block when woocommerce cart block changed
- How to detect changes in WooCommerce store (react)?
- How to prevent the “Confirm Form Resubmission” dialog?
- enabling right click:
- JavaScript sleep/wait before continuing [duplicate]
- Why does my JavaScript code receive a “No ‘Access-Control-Allow-Origin’ header is present on the requested resource” error, while Postman does not?
- How to change CSS using jQuery?
- How to properly use jsPDF library
- Cross-Origin Read Blocking (CORB)
- How do I link a JavaScript file to a HTML file?
- How do I redirect to another webpage?
- How do I redirect to another webpage?
- Cross-Origin Read Blocking (CORB)
- jQuery append() vs appendChild()
- How to replace innerHTML of a div using jQuery?
- Uncaught ReferenceError: $ is not defined?
- Uncaught ReferenceError: jQuery is not defined [duplicate]
- What does [object Object] mean? (JavaScript)
- How do I check whether a checkbox is checked in jQuery?
- syntax error: unexpected token <
- Error OPTIONS net::ERR_CONNECTION_REFUSED
- ReferenceError: $ is not defined
- Uncaught ReferenceError: jQuery is not defined [duplicate]
- What does [object Object] mean?
- Remove class using jQuery
- How do I check whether a checkbox is checked in jQuery?
- jQuery document.createElement equivalent?
- How to make history.back() without getting a warning on the browser to reload the page?
- JQuery – $ is not defined
- Cannot read property ‘push’ of undefined when combining arrays
- Why does my JavaScript code receive a “No ‘Access-Control-Allow-Origin’ header is present on the requested resource” error, while Postman does not?
- Toggle show/hide on click with jQuery
- convert Hsl to rgb and hex
- How to set time delay in javascript
- Pure JavaScript equivalent of jQuery’s $.ready() – how to call a function when the page/DOM is ready for it [duplicate]
- JQuery – $ is not defined
- Cannot read property ‘push’ of undefined when combining arrays
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- Automatically pausing html5 video as the ‘next’ button is pressed (javascript/ jquery)
- jQuery .on(‘change’, function() {} not triggering for dynamically created inputs
- How to create a jQuery function (a new jQuery method or plugin)?
- jQuery: Wait/Delay 1 second without executing code
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- Failed to load resource: the server responded with a status of 500 (Internal Server Error) in Bind function
- Scroll to an element with jQuery
- Download File Using JavaScript/jQuery