Does anyone knows about a jquery post's toolbar plugin? I have a forum and I would like to attach to each post a complete toolbar : reply, delete, send by mail, attach a file...
Best,
Mehdi
Mehdi,
I'm not sure I exactly understand but I recently used these jquery toolbars, perhaps they may help you too.
http://javan.us/jbar/
http://www.jankoatwarpspeed.com/post/2010/05/23/microsoft-office-minibar-jQuery-CSS3.aspx
Related
I have installed JComments on my site, installation went fine but can't post any comment. Send button has no respond. I tried some solutions from other forums but no help. If I change template it is working. Also working on my local machine.
Can someone help me with this please?
TNX
enter image description here
Typically, this is caused by a JavaScript conflict somewhere, you should be able to see the error by clicking on F12 and then clicking on "Console" in Google Chrome.
Having said that, it is probably a better idea to use Disqus instead of JComments because many users are already on the platform and because Disqus automatically filters out the spam for you.
I have a little web application in which I create DIVs by clicking on a button. I would like to make these created DIVs draggable, so I did a little research, and read about the "livequery" plugin which is now unavailable.
Is there a solution for my problem ?
Thank you for your help :)
Check out the LiveQuery plugin
I've used like buttons on my site for several months using http://www.addthis.com/ and they've worked fine. Recently I decided to start using facebook comments on the pages instead of my previous commenting system but I've found that adding the plugin to the page has an unexpected impact on the "like" button.
The like button has been configured in the button_count style with no send button, however if the comments module is on the page the flyout appears upon liking the content. I don't want this to happen.
It may also be worth adding that there is a "like-box" on the page too but that it seems fine.
Does anybody know of a tie/conflict between comments and "like" buttons that would make this happen? Any help resolving this would be greatly appreciated.
Thanks
I want to apply background image for jqgrid, I was referring to enter link description here
where it was mentioned few methods, but I am not sure of its usage, I am new to jquery and jqgrid can some can share sample code? thanks.
You can customize the jQuery UI Theme or just redefine ui-icon-asc and ui-icon-desc classes with another background. Look at the answer to very close question.
jquery or JavaScript code for copy content of an element to clipboard is very important as far as I think. Because I needed it for my project here and I spend two-three days just for it. I had done with zeroclipboard, but very inconvenient and irritating. I really think in the vast internet universe there must be a cross browser client side code to access clipboard. I hope you will suggest some thing.
I forget to mention it was very difficult for me to link copy to clipboard code to jquery ui dialog button. Please do suggest some thing related to cross browser, jquery ui dialog button. Thanks in advance.
This question is a duplicate of 1539641 - I would be very surprised if SO didn't warn you about this since your titles are very similar.
Anyway, as stated in that earlier post, the jQuery plugin Clipboard no longer works as it does not support Flash 10.
I would suggest you have a look at zeroclipboard. I just tested it and it works fine in the latest vers of IE, FF and Chrome.