« Return to Thread: HtmlUnit + GWT

Re: HtmlUnit + GWT

by Marc Guillemot :: Rate this Message:

| View in Thread

Ahmed Ashour wrote:
If someone can answer the second part of the question in http://www.webdeveloper.com/forum/showthread.php?t=158090, I will be very grateful.
[m[1]]: an array containing the single element m[1], just like you could have [1], or [1, 2, 'bla']


jQuery.extend({
        noConflict: function() {
                return 123;
        },

jQuery is an object, which extend method is invoked with an object parameter having the given function as property "noConflict".

Hope this helps,
Marc.

 « Return to Thread: HtmlUnit + GWT