EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 14, 2025, 04:43:17 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
onselectstart
Pages: [
1
]
« previous
next »
Print
Author
Topic: onselectstart (Read 8481 times)
crosemffet
Jr. Member
Posts: 68
onselectstart
«
on:
November 30, 2012, 12:20:47 PM »
I have the following body tag in my page:
<body onselectstart="return false;" ondragStart="return false;" ondrag="return false;" ondragEnter="return false;" ondragOver="return false;" ondragLeave="return false;" ondragEnd="return false;" onDrop="return false;">
I want allow onsectstart in one specific component:
something like this:
$(function(){
$('#tag').searchbox.bind('onselectstart',function(){
return true;
});
})
but is not working.
any idea..?
thanks in advance,
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...