"Prefixed" is not found on TREX in Vietnamese-English direction
Try Searching In English-Vietnamese (Prefixed)
Did you mean "Prefix" ?

Low quality sentence examples

Diễn viên đưa ra một ví với một nhãn dán prefixed trên nó. Khán giả chọn bất kỳ.
Performer takes out a wallet with a prefixed sticker on it. Spectator picks any.
Sản phẩm dây định hình Prefixed đã được sử dụng cho luới điện trên không trên toàn thế giới hơn 70 năm qua.
Our Prefixed Line Products have been used for power line all over the world.
Nếu bạn muốn chọn bất kỳ yếu tố nào có thuộc tính data- prefixed, hãy sử dụng cú pháp này trong CSS của bạn.
If you want to select each element that has a certain data-prefixed attribute, use this syntax in your CSS.
Tương tự, khi bạn thấy một thuộc tính data- prefixed trong một code sẵn có, bạn có thể chắc chắn rằng đó là thuộc tính tuỳ chỉnh do tác giả giới thiệu.
Likewise, when you see a data-prefixed attribute in someone else's code, you can know for sure that it's a custom attribute introduced by the author.
Nếu bạn muốn lưu trữ dữ liệu mà HTML5 có ngôn ngữ thuộc tính, chẳng hạn như thuộc tính datatime của yếu tố, hãy sử dụng chúng thay vì dùng thuộc tính data- prefixed.
If you want to store a data type for which HTML5 has a semantic attribute, such as the datetime attribute for the element, use that instead of the data-prefixed attribute.
Cần sử dụng phương pháp data() cẩn thận, bởi nó không chỉ là phương tiện để lấy giá trị của thuộc tính data- prefixed, mà nó còn đính kèm dữ liệu vào yếu tố DOM theo cách sau.
The data() method needs to be used carefully, as it doesn't only act as a means to get the value of a data-prefixed attribute, but also to attach data to a DOM element in the following way.
Tất cả các chiếc DB- prefixed Vantages đã phát triển một chủ đề phổ biến về thiết kế và hiệu suất xây dựng tên Vantage, và trong nhiều khía cạnh, Aston nổi tiếng về phong cách và tốc độ.
All of the DB-prefixed Vantages evolved a common theme of design and performance that built the Vantage name and, in many respects, Aston's reputation for style and speed.
Bạn có thể sử dụng bộ chọn thuộc tính CSS phức tạp hơn, chẳng hạn như họ bộ chọn kết hợp([ data- value~=“ foo”]) hoặc chọn ký tự đại diện([ data- value*=“ foo”]), nó cũng có chứa data- prefixed.
You can use all the more complicated CSS attribute selectors, such as the general sibling combinator selector([data-value~="foo"]) or the wildcard selector([ data-value*=" foo"]), with data-prefixed attributes as well.
May mắn hơn, bạn không cần phải biết cách viết JavaScript nếu bạn muốn sử dụng thuộc tính data- prefixed như một phần của framework, bạn chỉ cần phải them chúng vào mã HTML để kích hoạt chức năng của một JavaScript sẵn có.
The good news is that you don't necessarily need to know how to write JavaScript if you want to use data-prefixed attributes as a part of a framework, as you only need to add them to the HTML code to trigger a functionality of a prewritten JavaScript plugin.
Bạn cần sử dụng các thuộc tính theo một định dạng nhất định nếu bạn chỉ muốn truy cập các giá trị của một thuộc tính data- prefixed nhất định( thay vì danh sách của tất cả các loại thuộc tính tuỳ chỉnh như trong đoạn code trên.
You need to use the attributes in the same format if you only want to access the value of a certain data-prefixed attribute(instead of the list of all custom attributes like in the code snippet above.