• Using style-svg to replace the original tag with the svg
    Are there any callbacks for when the job has been done?

    Trying to animate with vivus or lazy line painter but querying the element by id even after document ready just returns null.

Viewing 2 replies - 1 through 2 (of 2 total)
  • $(document).on(‘svg.loaded’,function(){
    console.log(‘here’);
    })

    Hi. thanks for your great work
    I have the same issue.
    I try the suggestion
    $(document).on(‘svg.loaded’,function(){
    console.log(‘here’);
    })
    but that never fires..
    Any suggestions?
    THanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Init callback?’ is closed to new replies.