Open GoogleCodeExporter opened 9 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
Hi I want to use this code and I have the same problem as you. Where exactly do I add your extra code? TIA
Original issue reported on code.google.com by
joanrued...@gmail.com
on 6 Mar 2015 at 4:26