Expand my Community achievements bar.

guilhermes88107
guilhermes88107
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hello.I use the script below to capitalize first letter on each word of text field.this.rawValue = this.rawValue.toLowerCase().replace(/\b[a-z]/g, function replacer(match) { return  match.toUpperCase(); }); So, I would like to know how add exception words for example: "dos" and "das".I've been looki...

    Type

    Questions

    Views

    364

    Likes

    0

    Replies

    0
  • I would like to know how and what is a better way to the following scenario:I have 8 text fields in the form.4 fields for questions and 4 fields for answers.By clicking on a button I would like to generate questions and answers in the 8 fields. Like a random selection of questions and answers.I'm a ...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    6
Top badges earned by guilhermes88107
Customize the badges you want to showcase on your profile