Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Jquery Error “Object has no method ‘apply'”

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #45526
    simmi
    Participant

    i have image slider code which was not working on android tablet . but after adding following line it started working on android also.

    $(‘#myImageFlow ‘).on(“click touchstart”,”.sliderImage”,touchStart());
    function touchStart(event){
    };
    but this is giving Error::

    Uncaught TypeError: Object .sliderImage has no method ‘apply’, touchstart() i don’t need but , instead of that if i am giving false then my slider is not working on android.

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.