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
Changed search to class names instead of spans
m Missing dot
Line 5: Line 5:
$(".card-bg-small").each(function() {
$(".card-bg-small").each(function() {
  var element = $(this);
  var element = $(this);
  var name = element.find('name').first().text();
  var name = element.find('.name').first().text();
  var index = parseInt(element.find('index').last().text());
  var index = parseInt(element.find('.index').last().text());
  var srcStr = element.find("img").eq(2).attr("src");
  var srcStr = element.find("img").eq(2).attr("src");
  var myRegexp = /^.*Icon_(.*)_(.*)star.*$/g;
  var myRegexp = /^.*Icon_(.*)_(.*)star.*$/g;

Revision as of 21:02, 9 November 2019


 

Released on this server:

Some heading