剧情介绍
Fed up with the lack of critical appreciation despite being a successful writer, Abhimanyu Roy (Ayushmann Khurrana) returns to his roots in Kolkata to write more meaningful literature and decides on an old-fashioned love story - which was now, 3 years in the making. This writer's block is called Bindu (Parineeti Chopra). How do you contain this unpredictable, crazy, restless, l...
《我可爱的宾杜》-下载帮助:
1、本站网盘资源收集自网络,不保证长期有效,喜欢请尽快下载。
2、磁力链接直接复制到迅雷-百度云盘-115云盘内即可下载。操作教程
3、所有资源来源网络,与本站无关,如侵犯您的权益,请联系站长QQ2368258773删除资源。
$(function(){
$("#play li").click(
function(){
$(this).addClass("this").siblings().removeClass("this");
index = $("#play li").index(this);
$("#playlist div").eq(index).fadeIn(800).siblings().hide();
}
)
});
$(function(){
$("#down li").click(
function(){
$(this).addClass("this").siblings().removeClass("this");
index = $("#down li").index(this);
$("#downlist div").eq(index).fadeIn(800).siblings().hide();
}
)
});