Soft reject first time time… Feedback wanted

  1. Make sure your file description includes:
  • An accurate description of how editable or customizable the file
    is, credits and more information. It is helpful to the buyers to
    describe the level of editability and what is provided .

  • Any elements that occur in the preview but are NOT in the download.

  • Any outside assets, fonts, or resources used.

  1. PROPER EVENT BINDING: Consider using the preferred .on() method
    rather than .click(), .bind(), .hover(), .ready(), .load() etc. For best
    performance and concise code use event delegation whenever possible: https://codepen.io/32bitkid/post/understanding-delegated-javascript-events

  2. JQUERY PERFORMANCE: Your jQuery code can benefit from some
    performance tweaks. Please make sure that your jQuery is properly
    formatted, commented and that you are caching and chaining whenever
    possible. For more information please read: http://code.tutsplus.com/tutorials/10-ways-to-instantly-increase-your-jquery-performance--net-5551

  3. INDENTATION & SPACE VS TABS: please make sure that your code
    it’s correctly indented and that is consistent with the use of spaces or
    tabs for indentation of the code, we have not preference for any but we
    need the author to pick one and use it for all the code.

Feedback on what exactly ? I think the reviewer has done a great job in his feedback .

Good luck .

Feed back need for this point because i dont know wthat to do to fix this issue

INDENTATION & SPACE VS TABS: please make sure that your code
it’s correctly indented and that is consistent with the use of spaces or
tabs for indentation of the code, we have not preference for any but we
need the author to pick one and use it for all the code.

Hi , You can only use tabs OR spaces in your code , You can open the project files in any text editor ( sublime text for example ) then you need to convert spaces to tabs or vice-versa …

If you use sublime text you can convert spaces to tabs ( or vice-versa ) from the bottom-right http://d.pr/i/15Vs6 and you choose “Convert Indentation To Tabs” or “Convert Indentation To Spaces” .

Good Luck .