How to display the calendar plugin in jQuery mobile without reloading?
[![Were My Calendar is Not Fully loaded][1]][1]
<a href="#pagefour" data-transition="slideup" onclick="closeNav()">calendar</a>
<div data-role="page" data-role
今天,我想写一个网络爬行器,它可以搜索日历网站,找到事件的标签,这样我就可以搜索它们,并获得谁为事件工作的信息。 问题是:我想搜索的div是由js添加的,那么我如何使用htmlagilitypack获得它呢? 日历网站:https://esel.at/termine 我的代码: using System;
using HtmlAgilityPack;
using System.Linq;
using System.Diagnostics;
using System.Threading;
namespace ESEL_Scraper
{
class Program
{