Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get stuff from <script> tag? #76

Open
Romamok opened this issue Jan 30, 2020 · 0 comments
Open

How to get stuff from <script> tag? #76

Romamok opened this issue Jan 30, 2020 · 0 comments
Labels

Comments

@Romamok
Copy link

Romamok commented Jan 30, 2020

I have:

<aside id="box-sounds" class="clearfix list-files">                       
   <script>
		jQuery(function ($) {
    //some javascript bloat                                          
		});
	</script>
	<div id='player-main-audycja_2422547' class="player-main-audycja"></div>
</aside>

I'm trying to get it out with:

@Selector(".list-files > script")
var l3: String? = null

but I'm getting empty String.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants