国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

ASP.NET開發者使用jQuery應該了解的事

2024-07-10 12:53:38
字體:
來源:轉載
供稿:網友

如果您是在APS.NET開發背景下程序員,那么建議您忘記jquery概念,與其他框架一樣,您應該學習jquery的所有語法和其他約定,以使其更好地為您工作,下面這幾點是錯新技術頻道小編整理的知識,希望能夠幫你加快你的學習。

1.把selectors當作asp.net中的sets。

?? 在asp.net的世界,通過一個查詢找到一系列控件是非常少見的.相反我們比較習慣于通過一個唯一的ID來找到一個控件。當然,在jQuery中這個也是沒有問題的,但是jQuery的選擇功能相對更加神奇。

?? 使用jQuery的selectors能夠很容易定位到一個set的元素,相對來說比在asp.net中使用迭代的規則來找到一個set的元素更加清晰和易于表達。

2.使用CSS類來代替styling。

?? 另外一個不直觀的技術是把CSS類作為一個flag。與'selector engin'一樣,'flag'類也是個令人驚喜的東西。

?? 舉個例子來說吧,最近有個活動是做一個在線的能夠與客戶端互動的紙牌游戲。一個需求是紙牌需要有個onclick haddler在某個特定時間,不過這些事件只針對那些face down(臉朝下)的。作為一個.net的開發者我立刻能夠想到的辦法是讓這些紙牌在客戶端通過一個collection來編號.然后我可以在需要的時候給這個數據一個onclick handlers。這個固然可以,不過難以維護且有點凌亂。

? 現在如果我使用CSS類來實現,face up的紙牌我通過addclass方法為它們加上一個'flipped'類,然后可以通過一個簡單的 '$(".card:not(.flipped)")'選擇那些face down的紙牌。使用jQuery的click(fn)功能能夠讓我使用幾行代碼就實現這個功能。更重要的是它更容易理解和讀取。

下面附上幾點英文原版的:

3。Understand unobtrusive JavaScript.?
?In the ASP.NET world, we use a lot of what's sometimes termed obtrusive JavaScript.? This means that client-side event handlers are defined as attributes on elements.? For example, several ASP.NET WebControls render an OnClick=”javascript:__doPostBack()”attribute as part of their markup.? This is considered obtrusive JavaScript.

When ASP.NET was initially being developed, this inline JavaScript was the norm.? However, as browsers began providing more sophisticated faculties for imperatively adding event handlers, this declarative technique quickly lost favor with client-side developers. As a consequence, the preferred approach has shifted toward what's called unobtrusive JavaScript.

Unobtrusive JavaScript is now considered a best practice when wiring up client-side event handlers.? This is primarily because it facilitates separation of concerns between behavioral JavaScript and structural HTML markup.? Unobtrusive JavaScript also helps you to write cleaner, more semantic markup, which improves accessibility and often has SEO benefits.

  • Use the console to learn interactively.
    Coming from the save-compile-reload paradigm of statically typed server-side development, it's natural to approach client-side development in a similar fashion.? While you certainly can write client-side code that way, it's akin to working blindfolded when you consider the alternatives.

    Since JavaScript is usually interpreted by a browser, the browser is one of the best debugging environments available.? In particular, a JavaScript “console” is terrific for interactively interrogating the DOM, testing jQuery selectors against actual markup, and refining JavaScript code in real-time.

    My preferred browser-based tool is the
    Firebug addon to Firefox.? I cannot praise this Firebug highly enough.? It has revolutionized how I approach client-side development, both of JavaScript and of CSS.? If you prefer Internet Explorer, IE8's updated developer tools are also very capable in this department.
    Whatever your browser of choice, I urge you to give these utilities a try when debugging client-side functionality.? Once you become proficient with one of these tools, you'll be amazed that you ever developed client-side code without it.
  • Get the VSDOC.
    Even though browser-based tools are great for debugging, an ASP.NET developer's primary editor is still going to be Visual Studio.? When writing jQuery code in Visual Studio, having proper Intellisense can make a tremendous difference in productivity.? The discoverability that Intellisense provides is especially beneficial when you're unfamiliar with jQuery's API.

    As part of the official support for jQuery, Microsoft provides a documentation file to provide jQuery Intellisense inside Visual Studio 2008.? This is provided through what's called a vsdoc file, and is available on the
    jQuery download page (via the “Documentation: Visual Studio” links).
    Jeff King has assembled an excellent FAQ to help you get Visual Studio 2008's JavaScript Intellisense working:??
  • 上文是介紹大家都了解了嗎?ASP.NET開發者使用jQuery應該了解的事這邊就為大家介紹到這里了,想要學習到更多的知識,請繼續關注錯新技術頻道!
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 高州市| 奉节县| 海原县| 兴化市| 凉城县| 永宁县| 宣威市| 视频| 玉溪市| 婺源县| 全椒县| 濮阳市| 信宜市| 思南县| 崇文区| 淳安县| 阳信县| 石门县| 平罗县| 临颍县| 化德县| 雷波县| 孙吴县| 米泉市| 泾川县| 东乡县| 肇州县| 元氏县| 洛南县| 顺昌县| 瓮安县| 大英县| 乃东县| 应城市| 丰顺县| 道真| 漳浦县| 裕民县| 交口县| 郎溪县| 南安市|