When I say I am only using the table-formset page, I mean thats the only
template.  I am using the js file, jquery.formset.js it comes with.  Sorry
about my vagueness.

On Mon, Jan 17, 2011 at 8:14 PM, Tony Lambropoulos <[email protected]>wrote:

> This is the project I have started with:
> http://code.google.com/p/django-dynamic-formset/
> I've deleted everything except the table-formset page, thats the only one I
> am using.
> This is how I have my scripts entered into the template file.
> <script type="text/javascript" src="{{ MEDIA_URL }}js/custom.js"></script>
> ...
> This is the exact same format as the original jquery.formset.js file that
> comes with it.
> Basic Jquery commands seem to work, but when I try to implement a function
> from say
> <script src="{{MEDIA_URL}}js/jquery.dynDateTime.js"
> type="text/javascript"></script>
> just as I have outside of django, nothing happens.  CSS seems to be
> implemented fine, but when I try to use a function from a script I find, it
> doesn't work and not to repeat myself too much, but I did get them to work
> otuside of django and Ive used firebug to confirm that the scripts are in
> the page when loaded in the browser.
>
>
> On Mon, Jan 17, 2011 at 7:53 PM, Vovk Donets <[email protected]>wrote:
>
>>
>>
>> 2011/1/17 Tony <[email protected]>
>>
>> I did what you've recommended, I put in the jquery.js file that I used
>>> while testing outside of django.  There was still no success.  Thus
>>> far I cant get any other plugin to work beside the one it dynamic
>>> formset one I started with.  I even deleted that file temporarily to
>>> see if it was "blocking" the other files somehow.  It didn't work.
>>> Are there any other suggestions on how to get these jquery files to
>>> work in my django project?
>>>
>>>
>> 1) When debugging problems related to Java Script it's a good practice
>> to look at browser JS console to see if there something is wrong.
>>
>> 2) You didnt say a thing about how you JS scripts loaded in your page.
>>     via <script > tag or it's included in Media class in the forms or smth
>> like this?
>>
>> 3) " jquery project for forms that someone else created to give myself a
>> jump start"
>>    What project? How we can help you to debug anonymous problems in
>> anonymous enviroment
>> caused by anonymous jQuery plugin.
>> --
>> *Vovk Donets*
>>  python/django developer
>>
>> skype:  suunbeeam
>> icq:      232490857
>> mail:    [email protected]
>> www:   vovk.org.ru
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<django-users%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to