Open GoogleCodeExporter opened 8 years ago
I solve the problem adding this code (I ignore if exist an elegant/better way)
JS CODE:
//Search for the class that contain the "white" words
while ($(".rf-pfalse")[0] ){
// If class exists remove and load again
$("#theGrid").remove();
$("body").append( "<div id='theGrid'></div>" );
$("#theGrid").wordsearchwidget({"wordlist" : words,"gridsize" : 10});
}
Original comment by joanrued...@gmail.com
on 6 Mar 2015 at 5:20
Original issue reported on code.google.com by
joanrued...@gmail.com
on 6 Mar 2015 at 4:26