Posts

Showing posts with the label jquery

Get Web Part Title and Add Link / Text / Image to the right side of the web part title

Here is the code to get web part title and then add image or text or link in web part title and right align that. You have to put this code in Script editor web part or put this code in a file & store somewhere & provide link to master page or provide link to content editor web part // Function to add link/text/icon in right side of the web part title  $(document).ready(function () {     var className='.ms-webpart-titleText';     $(".ms-webpart-chrome-title span h2").each(function(inx){                var webPartTitle = $(this).text();                         //Check web part title         if(webPartTitle.indexOf("My Web Part Title")>=0)         {             var openUrl ="javascript:OpenPopUpPageWithTitle(\""+_spPageContextInfo.siteServerRelativeUrl+"/Style Library/MyFolder/MyPage.aspx?IsDlg=1\", RefreshPage, null, null, \"My Page Title\"); return false;";                         $(this).prepend("&

Download ebook Head First jQuery

Download ebook Head First jQuery Book Description Want to add more interactivity and polish to your websites? Discover how  jQuery  can help you build complex scripting functionality in just a few lines of code. With Head First jQuery, you'll quickly get up to speed on this amazing  JavaScript  library by learning how to navigate  HTML documents while handling events, effects, callbacks, and animations. By the time you've completed the book, you'll be incorporating Ajax apps, working seamlessly with HTML and CSS, and handling data with PHP, MySQL and JSON. If you want to learn - and understand - how to create interactive web pages, unobtrusive script, and cool animations that don't kill your browser, this book is for you. Book Details Publisher: O'Reilly Media By: Ryan Benedetti ,  Ronan Cranley ISBN: 978-1-4493-9321-2 Year: 2011 Pages: 544 Language: English File size: 68.9 MB File format: PDF Download ebook Head First jQuery

Download ebook - jQuery Hotshot

Download ebook - jQuery Hotshot Ten practical projects that exercise your skill, build your confidence, and help you master jQuery Book Description jQuery is used by millions of people to write  JavaScript  more easily and more quickly. It has become the standard tool for web developers and designers to add dynamic, interactive elements to their sites, smoothing out browser inconsistencies and reducing costly development time. jQuery Hotshot walks you step by step through 10 projects designed to familiarise you with the  jQuery  library and related technologies. Each project  focuses on a particular subject or section of the API, but also looks at something related, like jQuery's official templates, or an HTML5 feature like localStorage. Build your knowledge of jQuery and related technologies. Book Details Publisher: Packt Publishing By: Dan Wellman ISBN: 978-1-84951-910-6 Year: 2013 Pages: 296 Language: English File size: 4 MB File format: PDF Download ebook - jQuery Hotshot

10 jQuery snippets for SharePoint 2010

A good post which let you know through jQuery: Text manipulation Check the URL Timestamp Change the attribute Change CSS Add expand / collapse web parts Modify form field Check site template Welcome message Append today’s date Open post

Dragable and Resizable DIV

How to create a drag able and resizable div in ASP.Net/C# OR How to make a div Drag able and Resizable using Jquery in ASP.Net/C# Download Code

JQuery Cheat Sheet

Image
Source : http://colorcharge.com/jquery/