I need to get cookies from web browser using jquery means all the cookies from browser which is not generated by my current script/page/domain because i need to access cookies that generated by other websites
Please help me out as i already tried using javascript and jquery but no luck.
thanks.
try with
document.cookiein javascript. Works only for the same domain. You can’t access cookie from different site.