background preloader

JavaScript

Facebook Twitter

Home. Fine Uploader. Modernizr-> HTML5 and CSS3. 25 jQuery Plugins to help with Responsive Layouts. The most popular topic of discussion at the moment is undoubtedly responsive layouts in web design. Without going into it too much, a responsive layout allows you to offer a specific and optimised screen size based on whatever device (mobile, tablet…) the visitor uses. You would typically use Media Queries to resize the overall layout, but what about all of those individual elements and features that make your page unique? Navigation, forms, images, sliders, carousels… they all need to be optimised as well. That is were this post comes in, by highlighting 25 jQuery plugins that will help you optimise and resize those trickier web elements.

Response.js Response JS is a lightweight plugin that gives you the tools for producing performance-optimized, mobile-first responsive websites. Response.js Responsly The Responsly plugin is a set of simple responsive widgets written using CSS3 transformations. Responsly Menu to a Dropdown for Small Screens Menu to a DropdownDemo Responsive Menu Doubletake. Message library. jQuery. jQuery Library for SharePoint Web Services - Documentation. Q: What do I need to install? A: Not much. You need to put the two script files (jQuery and SPServices) into a location where all users have read permission. I recommend a Document Library in the root site of your Site Collection for easy access. (If you have many Site Collections, then perhaps in the root site of your Web Application.) There is nothing to install server-side. Q: Why did you build this darn thing?

Q: Why is the download count so low? Q: What can I accomplish with this library? Q: What do I need to learn about jQuery to use the library? Q: Why the need for list constructs for $().SPServices.SPCascadeDropdowns and some of the other functions? Q: How can I help this project? Q: Should I put the function calls into Content Editor Web Parts (CEWPs)? jQuery is code, pure and simple. Q: So where should I put the function calls? Q: Does this library replace the need for Visual Studio (managed) code? Q: What about SharePoint 2010? Q: My question isn't covered here, What should I do? SharePoint Social Data using Java Script. This post shows the code to call the default like button functionality in SharePoint 2010 and also shows you how to show the number of likes for given URL using Jquery and SPServices. Call the below javascript function in sharepoint socialdata.js file for liking an item. Below code can be used on an image click to replicate the SharePoint 2010 like To display the number of likes for an URL you can use the JQUERY and jquery library spservices which can downloaded from here The documentation on calling methods can be found here Refer the below javascript files in the page where you want to show the like count 1: function LoadCounter(URL) { 2: $(document).ready(function () { 3: alert(URL); 4: $().SPServices({ 5: operation: "GetTagTermsOnUrl", 6: url: URL , 7: completefunc: function (xData, Status) { 8: $(xData.responseXML).find("SocialTermDetail").each(function () { Like this: Like Loading...

10 things you didn't know JavaScript could do. CodeSeven/toastr. Knockout : Home.