You are viewing limited content. For full access, please sign in.

Question

Question

How to remove the automatic seizure

asked on October 18, 2017

Hi all,

 

How can I remove the automatic seizure?

 

0 0

Answer

APPROVED ANSWER
replied on October 18, 2017

Are you talking about the autocomplete? If so, you can do that with something like this.

$( document ).ready(function() {

  $('form').attr('autocomplete', 'off');

});

 

1 0
replied on October 18, 2017

Hi Raul,

 

This is exactly what I want. Thank you very much.

 

Regards

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.