Hi I am new in jquery and javascript. Please help me to extract date from below code / function.
Below is the script section:
<script type="application/javascript">
var c1x = {};
c1x.cid = "63401";
c1x.pageType = "PDP";
c1x.productID = "120367970";
c1x.tileCount = 6;
c1x.async = true;
or from below script tag present in the page source code.
<script type="text/javascript">
var m_id = 453;
</script>
<script type="text/javascript">
var l_id = 63401;
</script>
I am trying to make chrome extention to extract productid and cid of every page. For reference below is the Main web page link