Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 848359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T06:55:52+00:00 2026-05-15T06:55:52+00:00

jQuery of course requires everything to be inside $(document).ready = function() {}; similarly, svg-web

  • 0

jQuery of course requires everything to be inside

$(document).ready = function() {};

similarly, svg-web requires:

window.onsvgload = function() {};

Is there a correct, elegant way to combine these that doesn’t introduce any problems?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T06:55:52+00:00Added an answer on May 15, 2026 at 6:55 am

    You can just bind the functions to run on the appropriate event, like this:

    $(function() { //shortcut for $(document).ready(function() {
      //stuff that needs the DOM to be ready
    });
    $(window).bind('svgload', function() {
      //SVG stuff
    });
    

    There’s no harm is using both, in fact that’s the appropriate usage, always use the event you need, this is no different from document.ready vs window.load when you need images ready, not just the DOM.

    If it matters, svgload happens after onload in the browsers that support it as of the time of this answer, not sure if that’ll be consistent when other browsers support it though.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have replaced window.addEventListener('DOMContentLoaded', function() {}); with jQuery's $(document).bind('ready', function() {}); , because first
Is there a selector or function in JQuery that allows to select the current
I recently launched some web pages using a jquery slideshow plugin which, of course,
How can I find the current page number in jqGrid (using jQuery of course).
Also trying to avoid any use of plugins, (apart from jQuery of course, whether
I'm trying to fadeIn and fadeOut a transparent png using JQuery. Of course, it
Jquery did not carry out!!!I don't know why $(.other-edithion).click(function(){ var city = $(this).closest('#city'); if
jquery looks like this $.post('JSP/processForm.jsp', $(#Form).serialize(), function(data){ //I want to iterate through every line
jQuery "Toggle" function question. Can toggle open initiated by mouseover and close by mouseout,
jQuery code: function ajaxsubmit(){ $.ajax({ url: /update, type: POST, dataType: html }).success(function(data) { $('#result').html(data);

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.