English 中文(简体)
是否有下游和前 but的挑选者?
原标题:Is there a selector for the next and prev buttons?

我想选择一个月前的表态,以在转换几个月时隐藏一个方言箱。

类似:

$(selector for buttons).live( click ,function(){$("#dialog_frame").css("visibility", "hidden");

我可以找到一个 but子的挑选者。 是否有办法?

感谢任何帮助。

卡车

最佳回答

I went on the site and right clicked over one of the buttons to inspect the element using Chrome Dev tools.The buttons:<span class="fc-button"> &nbsp;►&nbsp;</span> There s your selector.

问题回答

暂无回答




相关问题
Best Way to Extend a jQuery Plugin

I m a fairly new jQuery user looking to extend an existing jQuery plugin that does about 75% of what I need. I ve tried to do my homework on this. I ve checked out the following questions on ...

popup for full calendar in jquery

I need to show a popup (balloon popup as in google calendar) while creating an event in the jquery full calendar. Any best plugins for the popup which shows as balloon and also which handles the ...

jQuery FullCalendar Fetch Event Optimization

I was wondering if someone could give me some pointers to help optimize my jQuery Full Calendar Code. The issue i m running into is when I fetch a lot of events through AJAX (> 25), the browser ...

热门标签