current location:Home > Technical Articles > Web Front-end

  • div (HTML attribute)
    div (HTML attribute)
    Description The div is a generic block-level element. It doesn’t convey any meaning about its contents (unlike a p element that signifies a paragraph, or an h1 or h2 element that would indicate a level 1 or level 2 heading, respectively); as such, it
    CSS Tutorial 871 2025-02-27 08:33:14
  • Universal Selector (CSS Selector)
    Universal Selector (CSS Selector)
    Description The universal selector matches any element type. It can be implied (and therefore omitted) if it isn’t the only component of the simple selector. The two selector examples shown here are equivalent: *.warning { ⋮ declarations } .warn
    CSS Tutorial 650 2025-02-27 08:32:10
  • target (HTML attribute)
    target (HTML attribute)
    Description The target attribute is deprecated and its use as a layout mechanism, like that of the frameset, is no longer common. However, if you do find yourself having to maintain a frameset-based web site, you may need to open links in frames or
    CSS Tutorial 581 2025-02-27 08:31:11
  • background-repeat (CSS property)
    background-repeat (CSS property)
    Description The background-repeat property controls whether or not a background-image is repeated (tiled), and if it is repeated, the property defines along which of the specified axes (x, y, or both) the image is to be repeated. By default, a bac
    CSS Tutorial 736 2025-02-27 08:30:13
  • cellpadding (HTML attribute)
    cellpadding (HTML attribute)
    HTML cellpadding Attribute HTML `cellpadding` Attribute Use the cellpadding attribute to add space between the cell content and its borders within an HTML table (th and td elements). This effect is most noticeable when a table
    CSS Tutorial 609 2025-02-27 08:26:09
  • A Basic jQuery Plugin using the Module Pattern
    A Basic jQuery Plugin using the Module Pattern
    Detailed explanation of jQuery module pattern: build maintainable and extensible plug-ins Core points: jQuery's module pattern can organize code in a maintainable and extensible way, keeping the global namespace neat, reducing the possibility of naming conflicts, and providing ways to protect variables and methods. Create a basic jQuery plugin using module pattern by defining a self-executing anonymous function to encapsulate the plugin code, providing private scope for variables and methods, and then exposing the public API by returning objects containing public methods and attributes. Module pattern is a design pattern that can be used not only with jQuery but also with any JavaScript library, and can be used to develop commercially for jQ
    JS Tutorial 609 2025-02-27 08:25:10
  • hidden (HTML attribute)
    hidden (HTML attribute)
    Description Using the hidden attribute (set to “true”), it is possible to hide any visual element that may otherwise appear with the embedded content. Typically it may be used for audio content whereby not including the attribute would result in th
    CSS Tutorial 587 2025-02-27 08:24:14
  • max-width (CSS property)
    max-width (CSS property)
    Description This property sets the maximum content width of a block or a replaced element. This maximum width does not include padding, borders, or margins. An element to which a max-width is applied will never be wider than the value specified ev
    CSS Tutorial 468 2025-02-27 08:23:15
  • 8 jQuery Book Plugins
    8 jQuery Book Plugins
    Key Takeaways The article provides a list of eight jQuery book plugins that offer a good page-flip experience and help in creating book-like interfaces. These include imBookFlip, Flip, The jFlip plugin, FlipPage, jQuery Booklet, jPageFlip, Amazing
    JS Tutorial 779 2025-02-27 01:23:24
  • Remove the Flowplayer Icon on the player
    Remove the Flowplayer Icon on the player
    Remove the logo on the Flowplayer player To remove the logo on the Flowplayer player, you need to purchase a license key. This key is suitable for any number of subdomains registered by a single domain name. Then, just change the address of the player to flowplayer.commercial-3.2.11.swf (http://releases.flowplayer.org/swf/flowplayer.commercial-3.2.11.swf) and in the JavaScript code below Add your license key (domain name is checked from the browser address bar via js). flowp
    JS Tutorial 561 2025-02-27 01:22:17
  • JavaScript Object Literal Array Examples
    JavaScript Object Literal Array Examples
    Array declaration in JavaScript object literal This article explores the possibility of declaring an array in a JavaScript object literal. Example 1: Using an array statement: NAMESPACE = { data: { items: Array() // Array } }; Data storage: NAMESPACE.data.items.push(data[0]); Example 2: Using Objects statement: NAMESPACE = { data: { items: {} // Object } }; number
    JS Tutorial 311 2025-02-27 01:20:09
  • How to Detect Mobile Devices using jQuery
    How to Detect Mobile Devices using jQuery
    Summary of key points The jQuery code snippets provided in this article can detect whether users are browsing web pages using mobile devices, and provide specific JavaScript code snippets for various mobile devices such as iPad, iPhone, iPod, iDevice, Android, BlackBerry, WebOS, and Windows Phone. The basic method of detecting mobile devices using jQuery is to use the navigator.userAgent attribute and search for keywords indicating mobile devices in conjunction with regular expressions. While user agent detection is a useful tool for identifying mobile devices, it is not 100% reliable because it is easy to forge or change the user agent. because
    JS Tutorial 792 2025-02-27 01:19:11
  • Free PHP, HTML, CSS, JavaScript editor (IDE) - Codelobster PHP Edition
    Free PHP, HTML, CSS, JavaScript editor (IDE) - Codelobster PHP Edition
    CodeLobster PHP Edition: A Free, Feature-Rich Code Editor Building websites requires a robust and user-friendly code editor. While many excellent editors exist, they often come with a price tag. CodeLobster PHP Edition offers a compelling alternativ
    JS Tutorial 857 2025-02-27 01:18:10
  • jQuery check if horizontal scroll is present
    jQuery check if horizontal scroll is present
    Use jQuery to detect whether there is a horizontal scrollbar in an element hasHScrollBar() (and the vertical scrollbar detection function). jQuery hasHScrollBar() function // Utility function to check whether the element has scroll bars jQuery.fn.hasScrollBar = function(direction) { if (direction === 'vertical') { return this.get(0).scrollHeight > this.innerHeight();
    JS Tutorial 541 2025-02-27 01:16:11
  • jQuery capture window resize snippets
    jQuery capture window resize snippets
    This article demonstrates how to use jQuery to handle browser window resize events, offering various techniques and addressing common questions. Basic Window Resize Handling: The simplest method uses jQuery's resize event: $(window).resize(function(
    JS Tutorial 1022 2025-02-27 01:15:09

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28