On Wednesday, October 23, 2013 4:41:18 PM UTC+2, Mahantesh U wrote:

> My question is: I want to add the button  after url field. Once the user 
> clicks on button I will use the entered url value and extract the details 
> what i want... Please let me know how to add custom button to the form.
>
>
Can you use javascript/jquery for this? Something like:

$('input[name=url]').after('<button id="btn_after_url">Click me</button>');

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5236a23f-e172-44cc-b92a-bfa5eb76cdfd%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to