in

Darkthread

黑暗執行緒
All Tags » jQuery » English (RSS)

Browse by Tags

  • jQuery Plugin for Silverlight 3

    Gererally, Silverlight needs a <object> tag and a default error-handling function to be embedded in web page.  I always want to conver this job with jQuery plugin, so I tried to extract these HTML and scripting details from the Silverlight test page automatically genereated by Visual Studio...
    公佈在 黑暗執行緒 (Weblog)Jeffrey 發表於 05-20-2010
  • jQuery 1.4 Solved The OnChange Event Issue of IE AutoComplete

    IE's AutoComplete feature doesn't trigger onchange event is a well-known "by-design" behaviour: Using AutoComplete in HTML Forms To determine when a user updates the content of a field from the AutoComplete dialog box, use the onpropertychange event, rather than the onchange event,...
    公佈在 黑暗執行緒 (Weblog)Jeffrey 發表於 03-08-2010
  • XMLDOM Extension Plugin for jQuery

    It's surprising to me that we can use jQuery to query and manipulate XMLDOM cross browsers. Like the example below: var x = $( "<xml><rows><row a='ATTR'>FIRST</row></rows></xml>" ); x.find( "row" ).attr( "a" , "Cool!"...
    公佈在 黑暗執行緒 (Weblog)Jeffrey 發表於 04-29-2009
第1頁,共1頁 (3個項目)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems