Welcome to IOPWiki, Commander.
We are searching for editors to complete gameplay topics in all games. You can contribute without an account. Learn how to contribute and join our Discord server.

Widget:costumeSwitcher: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
Pianoforte (talk | contribs)
No edit summary
Pianoforte (talk | contribs)
No edit summary
Line 8: Line 8:
         $("#fullart a").attr("href", costumePaths[0]);
         $("#fullart a").attr("href", costumePaths[0]);
         $("#fullart a img").attr("src", costumePaths[0]);
         $("#fullart a img").attr("src", costumePaths[0]);
        $("#fullart a img").attr("srcset", costumePaths[0]);
         $("#fullart a img").attr("alt", costumePaths[0]);
         $("#fullart a img").attr("alt", costumePaths[0]);


         $("#fullart_D a").attr("href", costumePaths[1]);
         $("#fullart_D a").attr("href", costumePaths[1]);
         $("#fullart_D a img").attr("src", costumePaths[1]);
         $("#fullart_D a img").attr("src", costumePaths[1]);
        $("#fullart_D a img").attr("srcset", costumePaths[1]);
         $("#fullart_D a img").attr("alt", costumePaths[1]);
         $("#fullart_D a img").attr("alt", costumePaths[1]);
   
   
         $("#fullart_S img").attr("src", costumePaths[2]);
         $("#fullart_S img").attr("src", costumePaths[2]);
 
        $("#fullart_S img").attr("srcset", costumePaths[2]);





Revision as of 19:07, 19 December 2017


test