Can someone teach me how to turn this into form?

Discussion in 'PHP' started by proxywhereabouts, Sep 5, 2010.

  1. #1
    I have a normal textarea but the default style is boring with that bland look of edges.

    So, I found this instead, kind of similar style with twitter and based on jQuery.
    I just don't know how to make it so that update can be change to submit and submit the textarea as a form.

    Is there a way to do this?

    Thanks.
     
    proxywhereabouts, Sep 5, 2010 IP
  2. HuggyEssex

    HuggyEssex Member

    Messages:
    297
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    45
    #2
    HuggyEssex, Sep 5, 2010 IP
  3. proxywhereabouts

    proxywhereabouts Notable Member

    Messages:
    4,027
    Likes Received:
    110
    Best Answers:
    0
    Trophy Points:
    200
    #3


    I looked it up but didn't see any settings, the only thing it has is
    var _jMaxsubmit	= $(document.createElement('div')).addClass('jMax-submit').css('float','right');
    				var _jMaxinput		= $(document.createElement('input')).attr('type','submit').attr('disabled','true').addClass('disabled').val('update');	
    PHP:
     
    proxywhereabouts, Sep 5, 2010 IP