ASP.Net Ajax $find() Jquery Equivalent -


क्या एएसपी.Net के एजीएक्स के एजेक्स का $ मिल () फ़ंक्शन है?

  $ ()! = $ Find ()  

के बाद से नहीं है $ डीआईवी तत्व से संबंधित AJAX घटक देता है, और नहीं DOM तत्व। आप अपने खुद के प्लगइन का निर्माण कर सकते हैं जो खोज विधि को शॉर्टकट करता है।

माइक्रोसॉफ्ट ने अपने एसएपी.नेट एजेएक्स घटकों को डोम से लिंक करने के लिए $ find बनाया है।

< / div>

Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -