Repost of issues with JQuery UI multi-select

Repost of issues with JQuery UI multi-select

This is my fourth attempt to repost this.  I keep getting some fake captcha each time I attempt to post.

I had a post here https://forum.jquery.com/topic/jquery-ui-mutiselect-widget

I can not post replies to it any more. 

Here is simple HTML code page as rendered by ASP.Net MVC 4 view on which I am using no Razor, only HTML.

Error is on line implementing multiselect can some one try to post code on their local machine and see what issue is?  Error is "Object doesn't support this property or method" on the line $("#selRecID").multiselect();
JQuery 1.11.1
JQueryUI 1.11.2


  1.     </script>

                    </section>
                </div>
                <footer>
                    <div class="content-wrapper">
                        <div class="float-left">
                            <p>&copy; 2014 - My ASP.NET MVC Application</p>
                        </div>
                    </div>
                </footer>


            </body>
        </html>