Skip to content
Snippets Groups Projects

Issue #3238868: Refactor jquery parents function.

Closes #3238868

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Ahsan Nazir added 120 commits

    added 120 commits

    Compare with previous version

  • Ahsan Nazir added 1 commit

    added 1 commit

    • b4109371 - remove variable abbrevations.

    Compare with previous version

  • Ahsan Nazir added 1 commit

    added 1 commit

    • 5faf0b3c - remove variable abbrevations.

    Compare with previous version

  • Ahsan Nazir resolved all threads

    resolved all threads

  • 1380 1399 // Attach all JavaScript behaviors to the new content, if it was
    1381 1400 // successfully added to the page, this if statement allows
    1382 1401 // `#ajax['wrapper']` to be optional.
    1383 if ($newContent.parents('html').length) {
    1402 const newContent = getElementParents($newContent[0], 'html');
    1403 if (newContent.length) {
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading