Open GoogleCodeExporter opened 8 years ago
Solved this issue like this..
$("#theGrid").data('wordsearchwidget').destroy();
$("#theGrid").removeData();
$("#theGrid").empty();
$("#theGrid").wordsearchwidget({
wordlist:words[index],
gridsize:14,
onWordFound: function(object){},
onWordSearchComplete: function(){}
});
Original comment by 1289abhi...@gmail.com
on 13 Mar 2014 at 5:05
Original issue reported on code.google.com by
1289abhi...@gmail.com
on 31 Jan 2014 at 7:32