Search:

Type: Posts; User: ctincristi

Search: Search took 0.15 seconds.

  1. Re: Code that works on Fiddle but doesn't work on local

    Anyone, guys?
  2. Re: Code that works on Fiddle but doesn't work on local

    Done Greg, I read that topic.
  3. Code that works on Fiddle but doesn't work on local

    Hi,

    I have this code: jsfiddle.net/k3b7uvhz/2/



    $('#addnewline').on('click', function (e) {
    e.preventDefault();
    var $textarea = $('#thetext');
    $textarea.val(function () {
Results 1 to 3 of 3