Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use Ajax framework Prototype 1.7 RC1

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "Ajax framework Prototype 1.7 RC1 how to use", the explanation content in the article is simple and clear, easy to learn and understand, please follow the idea of Xiaobian slowly in-depth, together to study and learn "Ajax framework Prototype 1.7 RC1 how to use" it!

Prototype is a fairly broad library with many features. Its features simplify common tasks and focus on Ajax. Prototype has just released version 1.7 RC1, a new major release of Prototype with many new features.

Includes:

1. Use Sizzle as CSS selector engine;

2. The element adds on methods, such as:

$("messages").on("click", function(event) { // ... });

3. Added Element.Layout, using example:

$('troz').measure('width'); //-> 150 $('troz').measure('border-top'); //-> 5 // Offsets, too: $('troz').measure('top'); //-> 226

4. Fixed ECMAScript 5 compatible JSON issue.

5. Fixed some other bugs.

Thank you for reading, the above is "Ajax framework Prototype 1.7 RC1 how to use" the content, after learning this article, I believe we have a deeper understanding of how to use Ajax framework Prototype 1.7 RC1 this problem, the specific use of the situation also needs to be verified. Here is, Xiaobian will push more articles related to knowledge points for everyone, welcome to pay attention!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report