Dear visitors, IOP Wiki is currently the target of a denial of service campaign. We are investigating countermeasures. In the meantime, the Wiki may experience periods of unplanned downtime.

Widget:indexSorterGrouper: 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
m More debugging
m Regex with old-school call maybe?
Line 21: Line 21:
  var index = parseInt(element.find('.index').last().text());
  var index = parseInt(element.find('.index').last().text());
  var srcStr = element.attr("class");
  var srcStr = element.attr("class");
  var myRegexp = /doll\-rarity\-(.*?) doll\-classification\-(.*?)$/g;
  var myRegexp = new RegExp("doll\-rarity\-(.*?) doll\-classification\-(.*?)$");
  var match = myRegexp.exec(srcStr);
  var match = myRegexp.exec(srcStr);
  var classification = match[2];
  var classification = match[2];

Revision as of 00:06, 27 July 2024


 

Released on this server:

Some heading