Jump to content

Using JavaScript to remove all the old buyer request at a time


mohammadjaydi

Recommended Posts

Posted

Can I apply a JavaScript file on my browser to remove all the old buyer request at a time ?
There’s 1800+ buyer request in my account which are being discomfort for me.

Note: I’m a Graphic Designer not a Web Developer.

Guest offlinehelpers
Posted

It’s your browser - I’d imagine you can do what you like with it! 🙂

  • 2 years later...
Posted

As per my understanding if its developer question then you can do the following.

  1. If you want to remove all the items from the array, you need to clear your array.
  2. If you want to remove items one by one then use JavaScript array pop() method.
  3. If you want to remove specific buyer then use JavaScript array splice() method and provide the specific index that you want to remove.

I hope this helps.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...