We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8307d76 commit bdb8840Copy full SHA for bdb8840
1 file changed
select2.js
@@ -694,6 +694,8 @@ the specific language governing permissions and limitations under the Apache Lic
694
this.containerSelector="#"+this.containerId;
695
this.container.attr("id", this.containerId);
696
697
+ this.container.attr("title", opts.element.attr("title"));
698
+
699
// cache the body so future lookups are cheap
700
this.body = thunk(function() { return opts.element.closest("body"); });
701
0 commit comments