Home › Forums › JavaScript › Random div inside random div function › Reply To: Random div inside random div function
January 15, 2018 at 5:30 pm
#265508
Participant
This function returns exactly the right numbers ! Thanks a lot, I appreciate your effort.
One last thing : I tried to integer it to the fullpage function but it doesn’t work, I tried :
$.fn.fullpage.moveTo(random + ‘, ‘ + chance);
$.fn.fullpage.moveTo(random, chance);
This is not working..
And I simply need to declare $ .fn.fullpage.moveTo (X, Y);