Skip to main content

Bug Tracker

Side navigation

#9736 closed bug (wontfix)

Opened July 04, 2011 04:01AM UTC

Closed July 04, 2011 02:28PM UTC

better load

Reported by: anonymous Owned by:
Priority: low Milestone: 1.next
Component: manipulation Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

please,

implement variation of $(elem).load (url, data, complete)

$(elem).load (fragment, url, data, complete)

$(elem).loadAndInsert (fragment, url, data, complete)

$(elem).loadAndAppend (fragment, url, data, complete)

$(elem).loadAndInsertBefore (fragment, url, data, complete)

$(elem).loadAndInsertAfter (fragment, url, data, complete)

$(elem).loadInnerHtml (fragment, url, data, complete)

$(elem).loadInnerHtmlAndInsert (fragment, url, data, complete)

$(elem).loadInnerHtmlAndAppend (fragment, url, data, complete)

$(elem).loadInnerHtmlAndInsertBefore (fragment, url, data, complete)

$(elem).loadInnerHtmlAndInsertAfter (fragment, url, data, complete)

where fragment is passed as parameter, not inside url and

whe have an option to load innerhtml of frament and variations for insert, append, etc...

Attachments (0)
Change History (1)

Changed July 04, 2011 02:28PM UTC by timmywil comment:1

_comment0: Thanks for taking the time to contribute to the jQuery project! Also, adding methods with such specificity would not be practical. All of the different situations can be handled with $.ajax (or $.get).1309789745774132
component: unfiledmanipulation
priority: undecidedlow
resolution: → wontfix
status: newclosed

Thanks for taking the time to contribute to the jQuery project! Adding methods with such specificity would not be practical. All of the different situations can be handled with $.ajax (or $.get).