jQuery ʵÀý
ͨ¹ýʵÀýÔö½ø jQuery ¼¼ÄÜ£¡
jQuery Ó﷨ʵÀý
- $(this).hide()
- ÑÝʾ jQuery µÄ hide() º¯Êý£¬Òþ²Øµ±Ç°µÄ HTML ÔªËØ¡£
- $("p").hide()
- ÑÝʾ jQuery µÄ hide() º¯Êý£¬Òþ²ØËùÓÐ <p> ÔªËØ¡£
- $(".test").hide()
- ÑÝʾ jQuery µÄ hide() º¯Êý£¬Òþ²ØËùÓÐ class="test" µÄÔªËØ¡£
- $("#test").hide()
- ÑÝʾ jQuery µÄ hide() º¯Êý£¬Òþ²Ø id="test" µÄÔªËØ¡£
Hiding - Sliding- Fading
- jQuery fadeOut()
- ÑÝʾ¼òµ¥µÄ jQuery fadeout() º¯Êý¡£
- jQuery hide()
- ÑÝʾ¼òµ¥µÄ jQuery hide() º¯Êý¡£
- Hide explanations
- ÑÝʾÈçºÎÒþ²Ø²¿·ÖÎı¾¡£
- Slide panel
- ÑÝʾ¼òµ¥µÄ Slide Panel Ч¹û¡£
- jQuery animate()
- ÑÝʾ¼òµ¥µÄ jQuery animate() º¯Êý¡£
AJAX ºÍ jQuery
ʹÓà $(selector).load(url) À´¸Ä±ä HTML ÄÚÈÝ¡£