New Posts
Welcome guest, is this your first visit?
  • Login:
ChipSplit.com Affiliate Programs
+ Reply to Thread
Results 1 to 1 of 1
  1. #1
    oldest member here
    oldest member here Main Job
    30% vs Affiliating 70% - it's
    getting better...
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Germany
    Posts
    923
    Blog Entries
    1
    Feedback Score
    14 (100%)

    Default Bullets not working

    If you want to make a list with bullets or a numbered list, the result is this:
    1. Item1
    2. Item2
    3. Item3
    4. [object Object]
    5. function forEach() {
      [native code]
      }
    6. function () {
      return this.filter($defined);
      }
    7. function (keys) {
      var obj = {}, length = Math.min(this.length, keys.length);
      for (var i = 0; i < length; i++) {
      obj[keys[i]] = this[i];
      }
      return obj;
      }
    8. function (object) {
      var result = {};
      for (var i = 0, l = this.length; i < l; i++) {
      for (var key in object) {
      if (object[key](this[i])) {
      result[key] = this[i];
      delete object[key];
      break;
      }
      }
      }
      return result;
      }
    9. function (item, from) {
      return this.indexOf(item, from) != -1;
      }
    10. function (array) {
      for (var i = 0, j = array.length; i < j; i++) {
      this.push(array[i]);
      }
      return this;
      }
    11. function () {
      return this.length ? this[this.length - 1] : null;
      }
    12. function () {
      return this.length ? this[$random(0, this.length - 1)] : null;
      }
    13. function (item) {
      if (!this.contains(item)) {
      this.push(item);
      }
      return this;
      }
    14. function (array) {
      for (var i = 0, l = array.length; i < l; i++) {
      this.include(array[i]);
      }
      return this;
      }
    15. function (item) {
      for (var i = this.length; i--; i) {
      if (this[i] === item) {
      this.splice(i, 1);
      }
      }
      return this;
      }
    16. function () {
      this.length = 0;
      return this;
      }
    17. function () {
      var array = [];
      for (var i = 0, l = this.length; i < l; i++) {
      var type = $type(this[i]);
      if (!type) {
      continue;
      }
      array = array.concat(type == "array" || type == "collection" || type == "arguments" ? Array.flatten(this[i]) : this[i]);
      }
      return array;
      }
    18. function (array) {
      if (this.length != 3) {
      return null;
      }
      var rgb = this.map(function (value) {if (value.length == 1) {value += value;}return value.toInt(16);});
      return array ? rgb : "rgb(" + rgb + ")";
      }
    19. function (array) {
      if (this.length < 3) {
      return null;
      }
      if (this.length == 4 && this[3] == 0 && !array) {
      return "transparent";
      }
      var hex = [];
      for (var i = 0; i < 3; i++) {
      var bit = (this[i] - 0).toString(16);
      hex.push(bit.length == 1 ? "0" + bit : bit);
      }
      return array ? hex : "#" + hex.join("");
      }
    20. function () {
      return JSON.encode(this);
      }


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant