jquery Programming Glossary: plugins.jquery.com
Javascript Object.Watch for all browsers? http://stackoverflow.com/questions/1029241/javascript-object-watch-for-all-browsers the only thing I've found has been a jQuery plugin http plugins.jquery.com files jquery watch.js.txt but I'm not sure if that's the best..
Format numbers in javascript http://stackoverflow.com/questions/1068284/format-numbers-in-javascript have a look at the jQuery NUMBERFORMATTER plugin http plugins.jquery.com project numberformatter And this question http stackoverflow.com..
jQuery UI Sortable and Cookie http://stackoverflow.com/questions/1370417/jquery-ui-sortable-and-cookie download the cookie plug in if you haven't already http plugins.jquery.com project cookie Next read this short article that explains how..
jquery - iframe access denied in IE on some pages http://stackoverflow.com/questions/14879192/jquery-iframe-access-denied-in-ie-on-some-pages plug in for jQuery Resources based on jPrintArea http plugins.jquery.com project jPrintArea jqPrint https github.com permanenttourist..
How can I scroll to a specific location on the page using jquery? http://stackoverflow.com/questions/1586341/how-can-i-scroll-to-a-specific-location-on-the-page-using-jquery nice plugin for smooth scrolling you can find it here http plugins.jquery.com project ScrollTo Excerpts from Documentation 'div.pane' .scrollTo..
Make images load when they enter visible section of browser? http://stackoverflow.com/questions/1736215/make-images-load-when-they-enter-visible-section-of-browser update it. The appear plug in is working well for me. http plugins.jquery.com appear It allows you to specify a callback function for an element...
Chrome and Safari XSLT using JavaScript http://stackoverflow.com/questions/2042178/chrome-and-safari-xslt-using-javascript here Update It has been recomended that I use the http plugins.jquery.com project Transform plugin. I am trying to use the client side.. automatically. If your looking for jQuery solution http plugins.jquery.com project Transform is a cross browser XSL plug in. I've succesfully..
How to sort divs according to their id using jQuery? http://stackoverflow.com/questions/2351635/how-to-sort-divs-according-to-their-id-using-jquery improve this question I'd use the tinysort plugin http plugins.jquery.com project TinySort In your case it would be something like #container..
jQuery cookies setting select drop down value after page refresh http://stackoverflow.com/questions/2358689/jquery-cookies-setting-select-drop-down-value-after-page-refresh multiple select drop downs on page using this plugin http plugins.jquery.com project cookies I am using this jQuery to set cookies for the..
jQuery UI sortable: determining in what order the items are http://stackoverflow.com/questions/2669130/jquery-ui-sortable-determining-in-what-order-the-items-are drag dropped ui.sortable COOKIE plugin for jquery http plugins.jquery.com project cookie JQUERY function coockie name var LI_POSITION..
Cross Browser Selection Range Library? http://stackoverflow.com/questions/3454152/cross-browser-selection-range-library am using the following to pull off some of my tricks http plugins.jquery.com project wrapSelection http perplexed.co.uk 1020_text_selector_jquery_plugin.htm..
jQuery History Plugin http://stackoverflow.com/questions/4347168/jquery-history-plugin history http tkyk.github.com jquery history plugin http plugins.jquery.com project history javascript jquery jquery plugins browser history.. http benalman.com projects jquery bbq plugin History http plugins.jquery.com project history jQuery hashchange http benalman.com projects..
plugin to separate tags (like the stackoverflow's input tags interface) [closed] http://stackoverflow.com/questions/5031162/plugin-to-separate-tags-like-the-stackoverflows-input-tags-interface jquery plugins jquery plugin autocomplete http plugins.jquery.com project tag it http plugins.jquery.com project jquerytag If.. autocomplete http plugins.jquery.com project tag it http plugins.jquery.com project jquerytag If you are looking for a styled and ready..
jquery.animate background-position doesn't work http://stackoverflow.com/questions/5078262/jquery-animate-background-position-doesnt-work support this on default. You can use a plug in like http plugins.jquery.com project backgroundPosition Effect EDIT I was wrong it works..
Choosing a jQuery datagrid plugin? [closed] http://stackoverflow.com/questions/5622716/choosing-a-jquery-datagrid-plugin jQuery Grid http www.trirand.com blog jqGridView http plugins.jquery.com project jqGridView Ingrid http reconstrukt.com ingrid SlickGrid..
jQuery css gradient http://stackoverflow.com/questions/5735521/jquery-css-gradient gradient. i have never used it but it looks simple http plugins.jquery.com project gradient heres how to use it http www.julien verkest.fr..
Auto-size dynamic text to fill fixed size container http://stackoverflow.com/questions/687998/auto-size-dynamic-text-to-fill-fixed-size-container is what I ended up with Here is a link to the plugin http plugins.jquery.com project TextFill function .fn.textfill function options var..
Javascript: Easier way to format numbers? [closed] http://stackoverflow.com/questions/726144/javascript-easier-way-to-format-numbers the NUMBERFORMATTER jQuery plugin details below http plugins.jquery.com project numberformatter From the above link This plugin is a..
Javascript Object.Watch for all browsers? http://stackoverflow.com/questions/1029241/javascript-object-watch-for-all-browsers to see if anyone had written some sort of equivalent. About the only thing I've found has been a jQuery plugin http plugins.jquery.com files jquery watch.js.txt but I'm not sure if that's the best way to go. I certainly use jQuery in most of my projects so..
Format numbers in javascript http://stackoverflow.com/questions/1068284/format-numbers-in-javascript numbers share improve this question You should probably have a look at the jQuery NUMBERFORMATTER plugin http plugins.jquery.com project numberformatter And this question http stackoverflow.com questions 726144 javascript easier way to format numbers..
jQuery UI Sortable and Cookie http://stackoverflow.com/questions/1370417/jquery-ui-sortable-and-cookie jquery ui cookies share improve this question First off download the cookie plug in if you haven't already http plugins.jquery.com project cookie Next read this short article that explains how to use the plug in http www.electrictoolbox.com jquery cookies..
jquery - iframe access denied in IE on some pages http://stackoverflow.com/questions/14879192/jquery-iframe-access-denied-in-ie-on-some-pages the doc object more bulletproof printThis v1.1 Printing plug in for jQuery Resources based on jPrintArea http plugins.jquery.com project jPrintArea jqPrint https github.com permanenttourist jquery.jqprint Ben Nadal http www.bennadel.com blog 1591..
How can I scroll to a specific location on the page using jquery? http://stackoverflow.com/questions/1586341/how-can-i-scroll-to-a-specific-location-on-the-page-using-jquery with jquery i have to say that this library has a very nice plugin for smooth scrolling you can find it here http plugins.jquery.com project ScrollTo Excerpts from Documentation 'div.pane' .scrollTo ... all divs w class pane or .scrollTo ... the plugin..
Make images load when they enter visible section of browser? http://stackoverflow.com/questions/1736215/make-images-load-when-they-enter-visible-section-of-browser works on new browsers and the author doesn't have time to update it. The appear plug in is working well for me. http plugins.jquery.com appear It allows you to specify a callback function for an element. The callback function is called when the element appears..
Chrome and Safari XSLT using JavaScript http://stackoverflow.com/questions/2042178/chrome-and-safari-xslt-using-javascript to find a way to get the include working I will paste progress here Update It has been recomended that I use the http plugins.jquery.com project Transform plugin. I am trying to use the client side libary as the example of include works here http daersystems.com.. what a crossbrowser XSLT library like Sarissa will do for you automatically. If your looking for jQuery solution http plugins.jquery.com project Transform is a cross browser XSL plug in. I've succesfully used this to get xsl include working in the past without..
How to sort divs according to their id using jQuery? http://stackoverflow.com/questions/2351635/how-to-sort-divs-according-to-their-id-using-jquery
jQuery cookies setting select drop down value after page refresh http://stackoverflow.com/questions/2358689/jquery-cookies-setting-select-drop-down-value-after-page-refresh getting this far today. I am trying to save the state of multiple select drop downs on page using this plugin http plugins.jquery.com project cookies I am using this jQuery to set cookies for the different title drop downs based on their ID document .ready..
jQuery UI sortable: determining in what order the items are http://stackoverflow.com/questions/2669130/jquery-ui-sortable-determining-in-what-order-the-items-are this Getting the position of the element in a list when it's drag dropped ui.sortable COOKIE plugin for jquery http plugins.jquery.com project cookie JQUERY function coockie name var LI_POSITION 'li_position' 'ul#sortable' .sortable observe the update event.....
Cross Browser Selection Range Library? http://stackoverflow.com/questions/3454152/cross-browser-selection-range-library too limiting and very buggy . I have already implemented and am using the following to pull off some of my tricks http plugins.jquery.com project wrapSelection http perplexed.co.uk 1020_text_selector_jquery_plugin.htm And a few other small scripts and such...
jQuery History Plugin http://stackoverflow.com/questions/4347168/jquery-history-plugin or any others to try http www.balupton.com projects jquery history http tkyk.github.com jquery history plugin http plugins.jquery.com project history javascript jquery jquery plugins browser history share improve this question I'm not exactly sure what.. that post Asual http www.asual.com jquery address jQuery BBQ http benalman.com projects jquery bbq plugin History http plugins.jquery.com project history jQuery hashchange http benalman.com projects jquery hashchange plugin ReallySimpleHistory http code.google.com..
plugin to separate tags (like the stackoverflow's input tags interface) [closed] http://stackoverflow.com/questions/5031162/plugin-to-separate-tags-like-the-stackoverflows-input-tags-interface entry autosuggest jquery plugin also see github http bassistance.de jquery plugins jquery plugin autocomplete http plugins.jquery.com project tag it http plugins.jquery.com project jquerytag If you are looking for a styled and ready solution I'd recommend.. see github http bassistance.de jquery plugins jquery plugin autocomplete http plugins.jquery.com project tag it http plugins.jquery.com project jquerytag If you are looking for a styled and ready solution I'd recommend the first option. If you are looking..
jquery.animate background-position doesn't work http://stackoverflow.com/questions/5078262/jquery-animate-background-position-doesnt-work jquery animate share improve this question jQuery doesn't support this on default. You can use a plug in like http plugins.jquery.com project backgroundPosition Effect EDIT I was wrong it works function '.moveme' .css backgroundPosition 0px 0px .animate..
Choosing a jQuery datagrid plugin? [closed] http://stackoverflow.com/questions/5622716/choosing-a-jquery-datagrid-plugin that were on the most voted answer Flexigrid http flexigrid.info jQuery Grid http www.trirand.com blog jqGridView http plugins.jquery.com project jqGridView Ingrid http reconstrukt.com ingrid SlickGrid http github.com mleibman SlickGrid DataTables http www.datatables.net..
jQuery css gradient http://stackoverflow.com/questions/5735521/jquery-css-gradient this question there is a jQuery plugin used to work with gradient. i have never used it but it looks simple http plugins.jquery.com project gradient heres how to use it http www.julien verkest.fr 13 11 2007 jquery gradient le plugin qui permet de creer..
Auto-size dynamic text to fill fixed size container http://stackoverflow.com/questions/687998/auto-size-dynamic-text-to-fill-fixed-size-container use jQuery. You pointed me in the right direction and this is what I ended up with Here is a link to the plugin http plugins.jquery.com project TextFill function .fn.textfill function options var fontSize options.maxFontPixels var ourText 'span visible first'..
Javascript: Easier way to format numbers? [closed] http://stackoverflow.com/questions/726144/javascript-easier-way-to-format-numbers jquery formatting share improve this question There's the NUMBERFORMATTER jQuery plugin details below http plugins.jquery.com project numberformatter From the above link This plugin is a NumberFormatter plugin. Number formatting is likely familiar..
|