Bootstrap uses jQuery. As for jQueryUI, I use it along with bootstrap on
Gnoga's web pages, so also no issue.

So I am not sure why you saw crashes, but I also should have been paying
more attention, not included the bootstrap files as not needed, and made a
full demo. Sorry about that.

David Botton


On Thu, Apr 16, 2015 at 6:16 PM Jeremiah Breeden <[email protected]>
wrote:

> the jquery addition worked well.  I didn't need to add the bootstrap parts
> for the jQuery to work locally.   Oddly, when I did go back and add in the
> bootstrap sections later (and of course added all the needed files), the
> app would occasionally crash:
>
> 2015-04-16 18:09:56.35 : HTTP Server Started
> 2015-04-16 18:09:56.86 : New connection - ID 1
> 2015-04-16 18:09:56.87 : New connection - ID 2
> 2015-04-16 18:09:57.29 : Dialog Opened
> 2015-04-16 18:09:58.60 : Dialog Closed
> 2015-04-16 18:10:13.17 : Finalizing connection - 1
> 2015-04-16 18:10:39.88 : Dialog Opened
> 2015-04-16 18:10:41.22 : Dialog Closed
> 2015-04-16 18:10:54.88 : Dialog Opened
> 2015-04-16 18:10:56.09 : Dialog Closed
> 2015-04-16 18:10:56.33 : Ping on Finalized - 1
> 2015-04-16 18:10:56.33 : Deleting connection - 1
> 2015-04-16 18:10:56.33 : Ping on websocket - 2
> 2015-04-16 18:11:56.33 : Ping on websocket - 2
>
> Windows Firefox (most recent version)
>
> Stuff still appeared to work after the "Finalizing" part but once the
> "Deleting" happened everything became unresponsive.  The page was still
> there, the tabs still switched, and item 2 still displayed a sub menu.
> However, the click me button did nothing and no text was being added to the
> bottom for any of the controls.
>
> Is there an incompatibility between jQuery and bootstrap?
>
>
> On Mon, Apr 13, 2015 at 9:39 PM, Rabbi David Botton <[email protected]>
> wrote:
>
>> 1How to use local versions of jQueryUI (jquery local is the default and
>> already part of the gnoga distro):
>>
>> 1. Download the jquery-ui css and js files from
>> https://jqueryui.com/resources/download/jquery-ui-1.11.4.zip
>> 2. Unzip and places the css files in the css directory and the js files
>> in the js directory.
>> 3. Modify boot.html 's head section to add the js and css additions here
>> (most everything else should already be there):
>>
>>    <HEAD>
>>       <meta http-equiv="Pragma" content="no-cache">
>>       <meta http-equiv="Expires" content="-1">
>>       <meta charset="utf-8">
>>       <meta name="viewport" content="width=device-width, initial-scale=1">
>>       <script src="/js/jquery.min.js"></script>
>>
>>       <link rel="stylesheet" href="/css/jquery-ui.css">
>>       <script src="/js/jquery-ui.min.js"></script>
>>
>>       <link rel="stylesheet" href="/css/bootstrap.min.css">
>>       <link rel="stylesheet" href="/css/bootstrap-theme.min.css">
>>       <script src="/js/bootstrap.min.js"></script>
>>       <script src="/js/boot.js" type="text/javascript"></script>
>>    </HEAD>
>>
>> 4. Remove the following line from jdemo.adb
>>
>>       jQueryUI.Load_jQueryUI (Main_Window);
>> (No need to load what is already loaded in browser with the boot.html
>> file)
>>
>> David Botton
>>
>>
> ------------------------------------------------------------------------------
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live
> exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
> event?utm_
>
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF_______________________________________________
> Gnoga-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to