¡@

Home 

2014/10/16 ¤W¤È 12:04:15

jquery Programming Glossary: including

Submit a form using jQuery

http://stackoverflow.com/questions/1200266/submit-a-form-using-jquery

call. You can find lots of information at http jquery.com including documentation with examples. For submitting a form normally..

How to move an element into another element?

http://stackoverflow.com/questions/1279957/how-to-move-an-element-into-another-element

element inside another. For example I want to move this including all children div id source ... div into this div id destination..

jQuery html() in Firefox (uses .innerHTML) ignores DOM changes

http://stackoverflow.com/questions/1388893/jquery-html-in-firefox-uses-innerhtml-ignores-dom-changes

can get the html of a container in its current state i.e. including any scripted changes to the DOM DOCTYPE html PUBLIC W3C DTD..

jQuery Mobile: document ready vs page events

http://stackoverflow.com/questions/14468659/jquery-mobile-document-ready-vs-page-events

of localStorage. It only works with HTML5 browsers including Android and iOS browsers but all stored data is persistent through..

How do I “think in AngularJS” if I have a jQuery background?

http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background

programmatically show or hide an element and many more including the ones we write ourselves. In other words we can do all kinds..

Why I have to put all the script to index.html in jquery mobile

http://stackoverflow.com/questions/15800121/why-i-have-to-put-all-the-script-to-index-html-in-jquery-mobile

later there's going to be an error and your app will fail including loaded DOM if your every js content is inside a single HTML..

Add table row in jQuery

http://stackoverflow.com/questions/171027/add-table-row-in-jquery

within the after method as long as it's valid HTML including multiple rows as per the example above. Update Revisiting this..

Detect all changes to a <input type=“text”> (immediately) using JQuery

http://stackoverflow.com/questions/1948332/detect-all-changes-to-a-input-type-text-immediately-using-jquery

are many ways the value of a input type text can change including keypresses copy paste modified with JavaScript auto completed..

How do I make jQuery Contains case insensitive, including jQuery 1.8+?

http://stackoverflow.com/questions/2196641/how-do-i-make-jquery-contains-case-insensitive-including-jquery-1-8

do I make jQuery Contains case insensitive including jQuery 1.8 I'm trying to use contains case insensitively. I..

Get selected element's outer HTML

http://stackoverflow.com/questions/2419749/get-selected-elements-outer-html

of the .html function the issue is that I need the HTML including the selected object a table row in this case where .html only..

How to filter the jqGrid data NOT using the built in search/filter box

http://stackoverflow.com/questions/2928371/how-to-filter-the-jqgrid-data-not-using-the-built-in-search-filter-box

can be very easy solved with respect of postData parameter including functions and trigger 'reloadGrid' . I try explain the idea..

Difference between jQuery `click`, `bind`, `live`, `delegate`, `trigger` and `on` functions (with an example)?

http://stackoverflow.com/questions/2954932/difference-between-jquery-click-bind-live-delegate-trigger-and-on

for this element in order bound You can view a listing including these shortcuts here . As for the difference .trigger triggers..

Change CSS of selected text using Javascript

http://stackoverflow.com/questions/3223682/change-css-of-selected-text-using-javascript

The following should do what you want on any selection including ones spanning multiple elements. In non IE browsers it turns..

Is there a link to the “latest” jQuery library on Google APIs?

http://stackoverflow.com/questions/441412/is-there-a-link-to-the-latest-jquery-library-on-google-apis

connections. A list of the latest libraries and frameworks including download links can be found at scriptsrc.net . See also https..

Where do you include the jQuery library from? Google JSAPI? CDN?

http://stackoverflow.com/questions/547384/where-do-you-include-the-jquery-library-from-google-jsapi-cdn

jquery 1.3 jquery.min.js script Edit2 Here's how I've been including jQuery without any problems for the last year script src ajax.googleapis.com..

Chrome Uncaught Syntax Error: Unexpected Token ILLEGAL [duplicate]

http://stackoverflow.com/questions/5733275/chrome-uncaught-syntax-error-unexpected-token-illegal

artifact but when I copy paste that last function including the complete last line into the Chrome console I get your error...

Resetting a multi-stage form with jQuery

http://stackoverflow.com/questions/680241/resetting-a-multi-stage-form-with-jquery

.removeAttr 'selected' Which might work for a lot of cases including for the OP but as pointed out in the comments and in other answers..

jQuery .load() call doesn't execute javascript in loaded html file

http://stackoverflow.com/questions/889967/jquery-load-call-doesnt-execute-javascript-in-loaded-html-file

You are loading an entire HTML page into your div including the html head and body tags. What happens if you do the load..

how to bind fancybox to dynamic added element?

http://stackoverflow.com/questions/9081571/how-to-bind-fancybox-to-dynamic-added-element

the issue and will work as far as I know in most browsers including IE7 . See my demo page here UPDATE March 07 2012. I was told..

Find text string using jQuery?

http://stackoverflow.com/questions/926580/find-text-string-using-jquery

note with the ' ' wildcard is that you'll get all elements including your html an body elements which you probably don't want. That's..

jQuery - jqGrid - undesired behavior in onSelectRow event

http://stackoverflow.com/questions/16815395/jquery-jqgrid-undesired-behavior-in-onselectrow-event

or suggestions as to how to fix this behavior. EDIT Including the code for beforeSelectRow as noted in a response below. #myGrid..

Dynamically Including jQuery using JavaScript if it's not already present

http://stackoverflow.com/questions/1973647/dynamically-including-jquery-using-javascript-if-its-not-already-present

Including jQuery using JavaScript if it's not already present I'm writing..

jQuery textarea append newline behavior

http://stackoverflow.com/questions/2159622/jquery-textarea-append-newline-behavior

jQuery val method n works consistently in Firefox and IE Including IE8 var txt textarea#idhere txt.val txt.val nSomething here..

[ScriptMethod(ResponseFormat = ResponseFormat.Json)]

http://stackoverflow.com/questions/2851117/scriptmethodresponseformat-responseformat-json

question The ResponseFormat attribute is not necessary. Including both client and server settings only four things are required..

Using different versions of jQuery on the same page

http://stackoverflow.com/questions/3061618/using-different-versions-of-jquery-on-the-same-page

share improve this question Short version you can't . Including jQuery twice leads to all sorts of issues the big one being..

Including a hyphen in a regex character bracket?

http://stackoverflow.com/questions/3697202/including-a-hyphen-in-a-regex-character-bracket

a hyphen in a regex character bracket .validator.addMethod..

Multiple background images IE8

http://stackoverflow.com/questions/4465673/multiple-background-images-ie8

http plugins.jquery.com project multiple bg Example Usage Including the Script All that needs to be included is the jQuery library..

Trouble with a script for logging amount of facebook likes with mysql + php

http://stackoverflow.com/questions/5967884/trouble-with-a-script-for-logging-amount-of-facebook-likes-with-mysql-php

id multiple of times 9 times according to your Mysql query Including the FB JS library multiple of times same thing for the JS initializing..

Correct way to handle Ajax calls in ASP.Net MVC 3

http://stackoverflow.com/questions/6098349/correct-way-to-handle-ajax-calls-in-asp-net-mvc-3

So end to end what is the correct way to make an ajax call Including What is the best way to inject the url of the action for the..

How can I change the page URL without refreshing the page?

http://stackoverflow.com/questions/6118693/how-can-i-change-the-page-url-without-refreshing-the-page

APIs pushState replaceState onPopState in all browsers. Including continued support for data titles replaceState. Supports jQuery..

Weird IE8 layout glitch - why does the body background disappear?

http://stackoverflow.com/questions/6149820/weird-ie8-layout-glitch-why-does-the-body-background-disappear

v1.6.1 is included on the page then this thing happens. Including jQuery v1.3.2 does not cause this problem. jquery css internet..

jQuery jScrollPane issue/conflict with Google maps on Safari

http://stackoverflow.com/questions/6163975/jquery-jscrollpane-issue-conflict-with-google-maps-on-safari

in FF Chrome Smooth like butter and even IE9 But Safari Including webkit nightly builds up to today chokes. Any insight on what..

Including JS files (JQuery) in JSPX files

http://stackoverflow.com/questions/8303050/including-js-files-jquery-in-jspx-files

JS files JQuery in JSPX files I'm creating a dynamic web project..

Including PHP variables in an external JS file?

http://stackoverflow.com/questions/9653651/including-php-variables-in-an-external-js-file

PHP variables in an external JS file I have a few lines of..

Scroll smoothly to specific element on page

http://stackoverflow.com/questions/17722497/scroll-smoothly-to-specific-element-on-page

AS IS WITHOUT WARRANTY OF ANY KIND EXPRESS OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY FITNESS..

plugin illuminate 0.7 incompatible to jQuery 1.9.1 or jQuery-UI 1.10.3 -> TypeError: $.css(…) is undefined

http://stackoverflow.com/questions/18043125/plugin-illuminate-0-7-incompatible-to-jquery-1-9-1-or-jquery-ui-1-10-3-typeer

CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY.. INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES.. OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT INCLUDING NEGLIGENCE OR OTHERWISE ARISING IN ANY WAY OUT OF THE USE OF..

Looking for jQuery easing functions without using a plugin

http://stackoverflow.com/questions/5207301/looking-for-jquery-easing-functions-without-using-a-plugin

CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY.. INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES.. OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT INCLUDING NEGLIGENCE OR OTHERWISE ARISING IN ANY WAY OUT OF THE USE OF..

Submit a form using jQuery

http://stackoverflow.com/questions/1200266/submit-a-form-using-jquery

whether you are submitting the form normally or via an AJAX call. You can find lots of information at http jquery.com including documentation with examples. For submitting a form normally check out the submit method to at that site. For AJAX there..

How to move an element into another element?

http://stackoverflow.com/questions/1279957/how-to-move-an-element-into-another-element

an element into another element I would like to move one DIV element inside another. For example I want to move this including all children div id source ... div into this div id destination ... div so that I have this div id destination div id source..

jQuery html() in Firefox (uses .innerHTML) ignores DOM changes

http://stackoverflow.com/questions/1388893/jquery-html-in-firefox-uses-innerhtml-ignores-dom-changes

same using jQuery . Does anyone have a work around where I can get the html of a container in its current state i.e. including any scripted changes to the DOM DOCTYPE html PUBLIC W3C DTD XHTML 1.1 EN http www.w3.org TR xhtml11 DTD xhtml11.dtd html..

jQuery Mobile: document ready vs page events

http://stackoverflow.com/questions/14468659/jquery-mobile-document-ready-vs-page-events

Solution 4 As a last solution we have a nifty HTML implementation of localStorage. It only works with HTML5 browsers including Android and iOS browsers but all stored data is persistent through page refresh. if typeof Storage undefined localStorage.firstname..

How do I “think in AngularJS” if I have a jQuery background?

http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background

the class ngBind allows two way data binding ngShow and ngHide programmatically show or hide an element and many more including the ones we write ourselves. In other words we can do all kinds of awesomeness without DOM manipulation. The less DOM manipulation..

Why I have to put all the script to index.html in jquery mobile

http://stackoverflow.com/questions/15800121/why-i-have-to-put-all-the-script-to-index-html-in-jquery-mobile

me WHY Phonegap like jQuery Mobile is buggy and sooner or later there's going to be an error and your app will fail including loaded DOM if your every js content is inside a single HTML file. DOM could be erased and Phonegap will refresh your current..

Add table row in jQuery

http://stackoverflow.com/questions/171027/add-table-row-in-jquery

tr last' .after ' tr ... tr tr ... tr ' You can include anything within the after method as long as it's valid HTML including multiple rows as per the example above. Update Revisiting this answer following recent activity with this question. eyelidlessness..

Detect all changes to a <input type=“text”> (immediately) using JQuery

http://stackoverflow.com/questions/1948332/detect-all-changes-to-a-input-type-text-immediately-using-jquery

a input type &ldquo text&rdquo immediately using JQuery There are many ways the value of a input type text can change including keypresses copy paste modified with JavaScript auto completed by browser or a toolbar I want my JavaScript function to be..

How do I make jQuery Contains case insensitive, including jQuery 1.8+?

http://stackoverflow.com/questions/2196641/how-do-i-make-jquery-contains-case-insensitive-including-jquery-1-8

do I make jQuery Contains case insensitive including jQuery 1.8 I'm trying to use contains case insensitively. I tried using the solution at the following stackoverflow question..

Get selected element's outer HTML

http://stackoverflow.com/questions/2419749/get-selected-elements-outer-html

to get the HTML of a selected object with jQuery. I am aware of the .html function the issue is that I need the HTML including the selected object a table row in this case where .html only returns the cells inside the row . I've searched around and..

How to filter the jqGrid data NOT using the built in search/filter box

http://stackoverflow.com/questions/2928371/how-to-filter-the-jqgrid-data-not-using-the-built-in-search-filter-box

filter jqgrid share improve this question You problem can be very easy solved with respect of postData parameter including functions and trigger 'reloadGrid' . I try explain the idea more detailed. Let us use mtype GET . The only thing which standard..

Difference between jQuery `click`, `bind`, `live`, `delegate`, `trigger` and `on` functions (with an example)?

http://stackoverflow.com/questions/2954932/difference-between-jquery-click-bind-live-delegate-trigger-and-on

to the click event .click fires all click event handlers for this element in order bound You can view a listing including these shortcuts here . As for the difference .trigger triggers the event handler but not the default action most of the..

Change CSS of selected text using Javascript

http://stackoverflow.com/questions/3223682/change-css-of-selected-text-using-javascript

command to change the background colour in all modern browsers. The following should do what you want on any selection including ones spanning multiple elements. In non IE browsers it turns on designMode applies a background colour and then switches..

Is there a link to the “latest” jQuery library on Google APIs?

http://stackoverflow.com/questions/441412/is-there-a-link-to-the-latest-jquery-library-on-google-apis

works seamlessly over both secure https and insecure http connections. A list of the latest libraries and frameworks including download links can be found at scriptsrc.net . See also https developers.google.com speed libraries devguide share improve..

Where do you include the jQuery library from? Google JSAPI? CDN?

http://stackoverflow.com/questions/547384/where-do-you-include-the-jquery-library-from-google-jsapi-cdn

type text javascript src http ajax.googleapis.com ajax libs jquery 1.3 jquery.min.js script Edit2 Here's how I've been including jQuery without any problems for the last year script src ajax.googleapis.com ajax libs jquery 1.4.3 jquery.min.js script..

Chrome Uncaught Syntax Error: Unexpected Token ILLEGAL [duplicate]

http://stackoverflow.com/questions/5733275/chrome-uncaught-syntax-error-unexpected-token-illegal

Resetting a multi-stage form with jQuery

http://stackoverflow.com/questions/680241/resetting-a-multi-stage-form-with-jquery

' button submit reset hidden' .val '' .removeAttr 'checked' .removeAttr 'selected' Which might work for a lot of cases including for the OP but as pointed out in the comments and in other answers will clear radio checkbox elements from any value attributes...

jQuery .load() call doesn't execute javascript in loaded html file

http://stackoverflow.com/questions/889967/jquery-load-call-doesnt-execute-javascript-in-loaded-html-file

your help jquery ajax safari load share improve this question You are loading an entire HTML page into your div including the html head and body tags. What happens if you do the load and just have the opening script closing script and JavaScript..

how to bind fancybox to dynamic added element?

http://stackoverflow.com/questions/9081571/how-to-bind-fancybox-to-dynamic-added-element

href image02.jpg open image 02 a div that solves the issue and will work as far as I know in most browsers including IE7 . See my demo page here UPDATE March 07 2012. I was told that this method only works when you add new content to the..

Find text string using jQuery?

http://stackoverflow.com/questions/926580/find-text-string-using-jquery

http docs.jquery.com Selectors contains#text One thing to note with the ' ' wildcard is that you'll get all elements including your html an body elements which you probably don't want. That's why most of the examples at jQuery and other places use..

jQuery - jqGrid - undesired behavior in onSelectRow event

http://stackoverflow.com/questions/16815395/jquery-jqgrid-undesired-behavior-in-onselectrow-event

from firing multiple times I'd appreciate any thoughts comments or suggestions as to how to fix this behavior. EDIT Including the code for beforeSelectRow as noted in a response below. #myGrid .bind jqGridBeforeSelectRow function e id eventOriginal..

Dynamically Including jQuery using JavaScript if it's not already present

http://stackoverflow.com/questions/1973647/dynamically-including-jquery-using-javascript-if-its-not-already-present

Including jQuery using JavaScript if it's not already present I'm writing a little JavaScript tool for myself that I plan on making..

jQuery textarea append newline behavior

http://stackoverflow.com/questions/2159622/jquery-textarea-append-newline-behavior

how you are setting the textarea content but if you use the jQuery val method n works consistently in Firefox and IE Including IE8 var txt textarea#idhere txt.val txt.val nSomething here n nAgain Causes the textarea to display Existing content and..

[ScriptMethod(ResponseFormat = ResponseFormat.Json)]

http://stackoverflow.com/questions/2851117/scriptmethodresponseformat-responseformat-json

this article. jquery ajax web services share improve this question The ResponseFormat attribute is not necessary. Including both client and server settings only four things are required to do that Add the ScriptHandlerFactory HttpHandler in your..

Using different versions of jQuery on the same page

http://stackoverflow.com/questions/3061618/using-different-versions-of-jquery-on-the-same-page

I include jQuery and avoid conflict jquery jquery selectors share improve this question Short version you can't . Including jQuery twice leads to all sorts of issues the big one being it erases any plugins functions you add. Also it can introduce..

Including a hyphen in a regex character bracket?

http://stackoverflow.com/questions/3697202/including-a-hyphen-in-a-regex-character-bracket

a hyphen in a regex character bracket .validator.addMethod 'AZ09_' function value return ^ a zA Z0 9. _ .test value 'Only..

Multiple background images IE8

http://stackoverflow.com/questions/4465673/multiple-background-images-ie8

own property for the shorthand style background property. http plugins.jquery.com project multiple bg Example Usage Including the Script All that needs to be included is the jQuery library and this script for these features to work. No extra Javascript..

Trouble with a script for logging amount of facebook likes with mysql + php

http://stackoverflow.com/questions/5967884/trouble-with-a-script-for-logging-amount-of-facebook-likes-with-mysql-php

EVERYTHING inside the loop You are including the same div id multiple of times 9 times according to your Mysql query Including the FB JS library multiple of times same thing for the JS initializing snippet You are missing the APP ID parameter You..

Correct way to handle Ajax calls in ASP.Net MVC 3

http://stackoverflow.com/questions/6098349/correct-way-to-handle-ajax-calls-in-asp-net-mvc-3

answer but I've been unable to find clear cut guidance. So end to end what is the correct way to make an ajax call Including What is the best way to inject the url of the action for the url into the ajax call What are the considerations when choosing..

How can I change the page URL without refreshing the page?

http://stackoverflow.com/questions/6118693/how-can-i-change-the-page-url-without-refreshing-the-page

History.js gracefully supports the HTML5 History State APIs pushState replaceState onPopState in all browsers. Including continued support for data titles replaceState. Supports jQuery MooTools and Prototype. For HTML5 browsers this means that..

Weird IE8 layout glitch - why does the body background disappear?

http://stackoverflow.com/questions/6149820/weird-ie8-layout-glitch-why-does-the-body-background-disappear

Edit I've now managed to kinda isolate the problem. If jQuery v1.6.1 is included on the page then this thing happens. Including jQuery v1.3.2 does not cause this problem. jquery css internet explorer share improve this question The answer below..

jQuery jScrollPane issue/conflict with Google maps on Safari

http://stackoverflow.com/questions/6163975/jquery-jscrollpane-issue-conflict-with-google-maps-on-safari

scroll stackoverflow.html This page works correctly in FF Chrome Smooth like butter and even IE9 But Safari Including webkit nightly builds up to today chokes. Any insight on what can be causing this or potential workarounds are greatly appreciated...

Including JS files (JQuery) in JSPX files

http://stackoverflow.com/questions/8303050/including-js-files-jquery-in-jspx-files

JS files JQuery in JSPX files I'm creating a dynamic web project in Eclipse almost from scratch and I created a JSPX file..

Including PHP variables in an external JS file?

http://stackoverflow.com/questions/9653651/including-php-variables-in-an-external-js-file

PHP variables in an external JS file I have a few lines of jQuery in my web application. This code is inline at the moment..

Scroll smoothly to specific element on page

http://stackoverflow.com/questions/17722497/scroll-smoothly-to-specific-element-on-page

substantial portions of the Software. THE SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND EXPRESS OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL..

plugin illuminate 0.7 incompatible to jQuery 1.9.1 or jQuery-UI 1.10.3 -> TypeError: $.css(…) is undefined

http://stackoverflow.com/questions/18043125/plugin-illuminate-0-7-incompatible-to-jquery-1-9-1-or-jquery-ui-1-10-3-typeer

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO.. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES LOSS OF USE DATA OR PROFITS OR BUSINESS INTERRUPTION HOWEVER.. OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT INCLUDING NEGLIGENCE OR OTHERWISE ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE...

Looking for jQuery easing functions without using a plugin

http://stackoverflow.com/questions/5207301/looking-for-jquery-easing-functions-without-using-a-plugin

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO.. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES LOSS OF USE DATA OR PROFITS OR BUSINESS INTERRUPTION HOWEVER.. OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT INCLUDING NEGLIGENCE OR OTHERWISE ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE...