javascript - How to find the source code corresponding to the js function in the page?
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-07-05 11:00:06
0
2
689
<p id="period_week" onclick="confirm_cash()" class="btn_confirm">确认提现</p>

You can see onclik="confirm_cash()" from the html source code. How can I find the source code of the confirm_cash() function?

I searched globally for this function name on the current page, but did not find the corresponding JS

Click this button and the firebug script page will display: This page does not contain JavaScript.

Please give me some advice. Thanks.

曾经蜡笔没有小新
曾经蜡笔没有小新

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!