Jump to content

Detect what javascript change my code


bogdean

Recommended Posts

HI.

Any ideas how to find what javascript files changes my code? becouse i see deferent code in inspect element than i have in my tpl file and what i see in source viewer

in source viewer i have <div class="block_content"> but in inspect elements i have  <div class="block_content" style="display: none;">

Link to comment
Share on other sites

54 minutes ago, bogdean said:

HI.

Any ideas how to find what javascript files changes my code? becouse i see deferent code in inspect element than i have in my tpl file and what i see in source viewer

in source viewer i have <div class="block_content"> but in inspect elements i have  <div class="block_content" style="display: none;">

 

Try this:

Right click on DOM element > Break on > Attributes Modifications

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...