Opened 10 years ago
Closed 10 years ago
#13727 closed bug (notabug)
jquery 1.9.1 miss callback exec if we call $.getScript()
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
i using jquery 1.9.1 it seems that there is no callback executed after call $.getScript("....",function(){})
Note: See
TracTickets for help on using
tickets.
I would guess that there is no url named
"...."
,or perhaps it really executedfunction(){}
but nothing happened because the function was empty. Please ask for help on the forum, but be sure to provide more information so they can help.