Skip to main content

Home/ lzby's group/ Group items tagged jquery

Rss Feed Group items tagged

china handan

jQuery---加载URL的妙用。 - 0 views

  •  
    这两天jQuery更新得可快了。一天一个版本。
  •  
    看到1.2.5时,怀疑自己是不是记错了,前两天还1.2.4的……还没明白过来又1.2.6了。
boho .net

jQuery MultiSelect - 0 views

  •  
    In it's simplest form, you can create a MultiSelect form control using the following code: $(document).ready( function() { $("#control_id").multiSelect(); } where #control_id is the ID of the select element that exists on your page. You can use any valid jQuery selector as the ID, but make sure you only use select elements with the multiple="multiple" attribute to get the expected results.
boho .net

Extending jQuery's selector capabilities - James Padolsey - 0 views

  •  
    I'm sure you all know that it's possible to create plugins and extend various aspects of the jQuery JavaScript library but did you know you could also extend the capabilities of it's selector engine?
boho .net

timeago: a jQuery plugin - 0 views

  •  
    Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
boho .net

New jQuery plugin: 'imgPreview' - James Padolsey - 0 views

  •  
    The 'imgPreview' plugin allows your users to preview an image before clicking on it and, out of necessity, will preload the image so when a user does click through to it there is no waiting time! The image preview shows up in a tooltip-like box appearing alongside the user's cursor when hovering over a link. The plugin is entirely unobtrusive; it does not require any hooks to target specific links (no non-semantic classes); it will automatically detect the anchors that are linking to images and will only apply the preview effect to them.
1 - 20 of 74 Next › Last »
Showing 20 items per page