Whats the difference javascript
-
Hi all Whats the difference between the following script includes ? <script type="text/javascript" src="script.js"> P.S Hardly got anything usefull from google. Thanks a million ! <div class="ForumSig">Wisdom is often meant as the ability and desire to make choices that can gain approval in a long-term examination by many people.</div>
-
Hi all Whats the difference between the following script includes ? <script type="text/javascript" src="script.js"> P.S Hardly got anything usefull from google. Thanks a million ! <div class="ForumSig">Wisdom is often meant as the ability and desire to make choices that can gain approval in a long-term examination by many people.</div>
In theory, you should provide both attributes. So long as it works, there is no real difference.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
In theory, you should provide both attributes. So long as it works, there is no real difference.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Can u show me an example please ? Thank You :)
Wisdom is often meant as the ability and desire to make choices that can gain approval in a long-term examination by many people.
-
Hi all Whats the difference between the following script includes ? <script type="text/javascript" src="script.js"> P.S Hardly got anything usefull from google. Thanks a million ! <div class="ForumSig">Wisdom is often meant as the ability and desire to make choices that can gain approval in a long-term examination by many people.</div>
Ive even found out that if one uses the following code block debugging does not always work ! // Dont always work ! function doSomthing() { // break point here } // Debugging works here function doSomthing() { // break point here }
Wisdom is often meant as the ability and desire to make choices that can gain approval in a long-term examination by many people.
-
Hi all Whats the difference between the following script includes ? <script type="text/javascript" src="script.js"> P.S Hardly got anything usefull from google. Thanks a million ! <div class="ForumSig">Wisdom is often meant as the ability and desire to make choices that can gain approval in a long-term examination by many people.</div>