Note that there are some explanatory texts on larger screens.

plurals
  1. PORun Js code in sequience
    primarykey
    data
    text
    <p>I have this JS code that Im using from <a href="http://lazylinepainter.info/" rel="nofollow">Lazy Line Painter</a>, and I'm trying to make it run in a sequence. I've tried different approaches but none of them works. Can some one tell me can I run this code in sequence.</p> <p>Code:</p> <pre><code>$(document).ready(function(){ $('#SEO_seo').lazylinepainter( { "svgData": pathObj8, "strokeWidth": 2, "strokeColor": "black" }).lazylinepainter('paint'); $('#SEO_internet').lazylinepainter( { "svgData": pathObj6, "strokeWidth": 2, "strokeColor": "#2b357a" }).lazylinepainter('paint'); $('#SEO_optmization').lazylinepainter( { "svgData": pathObj5, "strokeWidth": 2, "strokeColor": "#3999b2" }).lazylinepainter('paint'); }); $(document).ready(function(){ $('#SEO_marketing').lazylinepainter( { "svgData": pathObj3, "strokeWidth": 2, "strokeColor": "#35a245" }).lazylinepainter('paint'); }); $(document).ready(function(){ $('#SEO_html').lazylinepainter( { "svgData": pathObj4, "strokeWidth": 2, "strokeColor": "#075e33" }).lazylinepainter('paint'); }); $(document).ready(function(){ $('#SEO_web').lazylinepainter( { "svgData": pathObj1, "strokeWidth": 2, "strokeColor": "#b51d2a" }).lazylinepainter('paint'); }); $(document).ready(function(){ $('#SEO_mobile_blog').lazylinepainter( { "svgData": pathObj2, "strokeWidth": 2, "strokeColor": "#da5125" }).lazylinepainter('paint'); }); $(document).ready(function(){ $('#SEO_rank').lazylinepainter( { "svgData": pathObj7, "strokeWidth": 2, "strokeColor": "#8b2477" }).lazylinepainter('paint'); }); $(document).ready(function(){ $('#SEO_design').lazylinepainter( { "svgData": pathObj, "strokeWidth": 2, "strokeColor": "#cf1c53" }).lazylinepainter('paint'); }); </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload