Method: Conjoin::JQuery#to_s

Defined in:
lib/conjoin/jquery.rb

#to_sObject



36
37
38
39
40
# File 'lib/conjoin/jquery.rb', line 36

def to_s
  return_html = html.dup.to_s
  @html       = "$('#{selector}')"
  "#{return_html};"
end